16 lines
248 B
Makefile
16 lines
248 B
Makefile
|
COMMENT= module to implement efficient mapping tables
|
||
|
|
||
|
DISTNAME = Unicode-Map8-0.13
|
||
|
CATEGORIES= converters
|
||
|
MODULES= cpan
|
||
|
REVISION = 1
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB += c perl
|
||
|
|
||
|
RUN_DEPENDS= converters/p5-Unicode-String
|
||
|
|
||
|
.include <bsd.port.mk>
|