openbsd-ports/converters/p5-Unicode-Stringprep/Makefile

22 lines
411 B
Makefile
Raw Normal View History

2010-10-18 13:06:05 -04:00
# $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
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
.include <bsd.port.mk>