14 lines
201 B
Makefile
14 lines
201 B
Makefile
|
COMMENT= modules to handle various Unicode issues
|
||
|
|
||
|
DISTNAME= Unicode-String-2.10
|
||
|
CATEGORIES= converters
|
||
|
MODULES= cpan
|
||
|
REVISION= 0
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
.include <bsd.port.mk>
|