22 lines
381 B
Makefile
22 lines
381 B
Makefile
# $OpenBSD: Makefile,v 1.11 2012/08/23 14:54:31 sthen 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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c
|
|
|
|
.include <bsd.port.mk>
|