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

19 lines
303 B
Makefile
Raw Normal View History

2013-03-10 21:30:26 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/11 01:30:28 espie 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
2012-08-23 10:54:31 -04:00
WANTLIB += c
.include <bsd.port.mk>