blob: 631c3446c5c9af0c55415c2150b5500809470a49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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.104
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Preparation of Internationalized Strings (RFC 3454)
BUILD_DEPENDS= p5-Unicode-Normalize>=1:${PORTSDIR}/textproc/p5-Unicode-Normalize
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= Unicode::Stringprep.3 \
Unicode::Stringprep::BiDi.3 \
Unicode::Stringprep::Mapping.3 \
Unicode::Stringprep::Prohibited.3 \
Unicode::Stringprep::Unassigned.3 \
Unicode::Stringprep::_Common.3
.include <bsd.port.mk>
|