openbsd-ports/converters/p5-Unicode-Map/Makefile

22 lines
381 B
Makefile
Raw Normal View History

2012-08-23 10:54:31 -04:00
# $OpenBSD: Makefile,v 1.11 2012/08/23 14:54:31 sthen Exp $
2006-12-04 17:13:51 -05:00
SHARED_ONLY= Yes
COMMENT= conversions to and from arbitrary character sets
DISTNAME= Unicode-Map-0.112
2012-08-23 10:54:31 -04:00
REVISION= 3
2006-12-04 17:13:51 -05:00
CATEGORIES= converters
MODULES= cpan
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
2006-12-04 17:13:51 -05:00
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2012-08-23 10:54:31 -04:00
WANTLIB += c
.include <bsd.port.mk>