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

22 lines
462 B
Makefile
Raw Normal View History

2010-10-18 13:06:05 -04:00
# $OpenBSD: Makefile,v 1.11 2010/10/18 17:06:06 espie Exp $
COMMENT= conversions to and from arbitrary character sets and UTF8
2006-07-13 03:28:21 -04:00
DISTNAME= Unicode-MapUTF8-1.11
2010-07-13 15:46:10 -04:00
REVISION= 1
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
RUN_DEPENDS= ::converters/p5-Jcode \
2007-01-29 20:20:23 -05:00
::converters/p5-Unicode-Map \
::converters/p5-Unicode-Map8
.include <bsd.port.mk>