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

24 lines
417 B
Makefile
Raw Normal View History

2012-08-23 10:54:31 -04:00
# $OpenBSD: Makefile,v 1.19 2012/08/23 14:54:31 sthen Exp $
2004-08-06 12:06:02 -04:00
SHARED_ONLY= Yes
COMMENT= modules to handle various Unicode issues
2005-11-23 22:35:28 -05:00
DISTNAME= Unicode-String-2.09
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
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
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>