diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 15:54:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-12-25 15:54:39 +0000 |
commit | e82422627fe5345a7eb7a895ff616ba1fcb48a80 (patch) | |
tree | 0e263aab6b22f605bba2ea8cc49850c51fb85cd5 /textproc/p5-IDNA-Punycode | |
parent | e4b135a2d0b226f5351d03edf6e31bab6b462b1f (diff) |
Notes
Diffstat (limited to 'textproc/p5-IDNA-Punycode')
-rw-r--r-- | textproc/p5-IDNA-Punycode/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile index b5c4da84018b..d1b58f6f7de7 100644 --- a/textproc/p5-IDNA-Punycode/Makefile +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -7,6 +7,7 @@ PORTNAME= IDNA-Punycode PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/R/RO/ROBURBAN/ @@ -15,9 +16,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module to encode Unicode string in Punycode -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= YES MAN3= IDNA::Punycode.3 |