16 lines
268 B
Makefile
16 lines
268 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/07/03 21:44:33 sthen Exp $
|
|
|
|
COMMENT= conversions to and from arbitrary character sets
|
|
|
|
DISTNAME= Unicode-Map-0.112
|
|
REVISION= 6
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c perl
|
|
|
|
.include <bsd.port.mk>
|