2009-10-29 12:04:11 +01:00
|
|
|
# New ports collection makefile for: p5-uni-perl
|
|
|
|
# Date created: 2009-10-20
|
|
|
|
# Whom: Mons Anderson <mons@cpan.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= uni-perl
|
|
|
|
PORTVERSION= 0.03
|
2010-01-28 05:53:50 +01:00
|
|
|
PORTREVISION= 1
|
2009-10-29 12:04:11 +01:00
|
|
|
CATEGORIES= devel perl5
|
2009-12-16 02:04:14 +01:00
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MONS
|
2009-10-29 12:04:11 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= mons@cpan.org
|
|
|
|
COMMENT= Modern perl with unicode
|
|
|
|
|
2010-01-28 05:53:50 +01:00
|
|
|
RUN_DEPENDS= p5-Encode>=2.37:${PORTSDIR}/converters/p5-Encode \
|
|
|
|
p5-lib-abs>=0.90:${PORTSDIR}/devel/p5-lib-abs
|
2009-10-29 12:04:11 +01:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
|
|
|
|
PERL_CONFIGURE= 5.10.0+
|
|
|
|
|
|
|
|
MAN3= uni::perl.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|