22 lines
411 B
Makefile
22 lines
411 B
Makefile
# $OpenBSD: Makefile,v 1.2 2010/10/18 17:06:06 espie Exp $
|
|
|
|
COMMENT= preparation of internationalized strings
|
|
|
|
DISTNAME= Unicode-Stringprep-1.103
|
|
CATEGORIES= converters
|
|
|
|
# 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
|
|
|
|
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
|
|
|
|
.include <bsd.port.mk>
|