16 lines
274 B
Makefile
16 lines
274 B
Makefile
# $OpenBSD: Makefile,v 1.16 2016/03/20 19:56:08 naddy Exp $
|
|
|
|
COMMENT= conversions to and from arbitrary character sets
|
|
|
|
DISTNAME= Unicode-Map-0.112
|
|
REVISION= 5
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|