2010-12-10 01:39:46 +01:00
|
|
|
# New ports collection makefile for: p5-Unicode-Stringprep
|
|
|
|
# Date created: 10 Dec 2010
|
|
|
|
# Whom: Timur Bakeyev <bat@cpan.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Unicode-Stringprep
|
|
|
|
PORTVERSION= 1.103
|
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Preparation of Internationalized Strings (RFC 3454)
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unicode/Normalize.pm:${PORTSDIR}/textproc/p5-Unicode-Normalize
|
2011-09-25 02:07:59 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings
|
2010-12-10 01:39:46 +01:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2010-12-10 01:39:46 +01:00
|
|
|
|
|
|
|
MAN3= Unicode::Stringprep.3 Unicode::Stringprep::_Common.3 \
|
|
|
|
Unicode::Stringprep::Prohibited.3 Unicode::Stringprep::Unassigned.3 \
|
|
|
|
Unicode::Stringprep::Mapping.3 Unicode::Stringprep::BiDi.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|