20 lines
378 B
Makefile
20 lines
378 B
Makefile
# $OpenBSD: Makefile,v 1.12 2006/12/04 22:13:51 steven Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "modules to handle various Unicode issues"
|
|
|
|
DISTNAME= Unicode-String-2.09
|
|
CATEGORIES= converters
|
|
MODULES= cpan
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|