Makefile 395 B

1234567891011121314151617181920
  1. # $OpenBSD: Makefile,v 1.15 2016/03/20 19:56:08 naddy Exp $
  2. COMMENT = stringprep profile for Internationalized Domain Names
  3. DISTNAME = Net-IDN-Nameprep-1.102
  4. CATEGORIES = converters net
  5. # perl
  6. PERMIT_PACKAGE_CDROM = Yes
  7. MODULES = cpan
  8. PKG_ARCH = *
  9. CONFIGURE_STYLE = modinst
  10. RUN_DEPENDS = converters/p5-Unicode-Stringprep
  11. TEST_DEPENDS = devel/p5-Test-NoWarnings
  12. .include <bsd.port.mk>