2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
23 lines
471 B
Makefile
23 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.10 2010/11/15 00:22:50 espie Exp $
|
|
|
|
COMMENT= stringprep profile for Internationalized Domain Names
|
|
|
|
DISTNAME= Net-IDN-Nameprep-1.100
|
|
CATEGORIES= converters net
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES= cpan
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
USE_GROFF = Yes
|
|
|
|
RUN_DEPENDS= converters/p5-Unicode-Stringprep
|
|
REGRESS_DEPENDS=devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|