openbsd-ports/converters/p5-Unicode-Stringprep/Makefile
jasper c692503ef5 import p5-Unicode-Stringprep 1.103
This module implements the stringprep framework for preparing Unicode
text strings in order to increase the likelihood that string input and
string comparison work in ways that make sense for typical users
throughout the world.

ok sthen@
2010-09-16 07:25:00 +00:00

21 lines
400 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/09/16 07:25:00 jasper 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
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
.include <bsd.port.mk>