19 lines
303 B
Makefile
19 lines
303 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 01:30:28 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= conversions to and from arbitrary character sets
|
|
|
|
DISTNAME= Unicode-Map-0.112
|
|
REVISION= 3
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
USE_GROFF = Yes
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|