508e6279c2
From Darrin Chandler
20 lines
377 B
Makefile
20 lines
377 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/09/16 01:40:28 merdely 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>
|