2000-09-19 18:56:32 +02:00
|
|
|
# New ports collection makefile for: p5-Unicode-String
|
|
|
|
# Date created: 10th September 2000
|
|
|
|
# Whom: Ilia Chipitsine <ilia@jane.cgu.chel.su>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Unicode-String
|
2005-11-15 09:33:28 +01:00
|
|
|
PORTVERSION= 2.09
|
2000-09-19 18:56:32 +02:00
|
|
|
CATEGORIES= converters perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2000-09-19 18:56:32 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-11-15 09:33:28 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= These are experimental Perl5 modules to handle various Unicode issues
|
2000-09-19 18:56:32 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.7.2+
|
|
|
|
|
2004-07-15 13:49:19 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-07-15 14:53:40 +02:00
|
|
|
.if ${PERL_LEVEL} < 500804
|
2003-09-02 16:02:05 +02:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
|
2004-07-15 13:41:00 +02:00
|
|
|
.endif
|
2000-09-19 18:56:32 +02:00
|
|
|
|
|
|
|
MAN3= Unicode::CharName.3 Unicode::String.3
|
|
|
|
|
2004-07-15 13:49:19 +02:00
|
|
|
.include <bsd.port.post.mk>
|