diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-05-27 04:16:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2012-05-27 04:16:08 +0000 |
commit | 240c35ed9a15d9c337077eaa736c37686af89319 (patch) | |
tree | 95a7442e6b52a69f1155e256dcd4674e3acb6e61 /japanese/p5-Lingua-JA-Regular-Unicode/Makefile | |
parent | 9b20b367c4259bc5c8e89c3cd13b33d9ac159001 (diff) | |
download | ports-240c35ed9a15d9c337077eaa736c37686af89319.tar.gz ports-240c35ed9a15d9c337077eaa736c37686af89319.zip |
Notes
Diffstat (limited to 'japanese/p5-Lingua-JA-Regular-Unicode/Makefile')
-rw-r--r-- | japanese/p5-Lingua-JA-Regular-Unicode/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/Makefile b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile index 4f6319bdc905..b543ccb73b09 100644 --- a/japanese/p5-Lingua-JA-Regular-Unicode/Makefile +++ b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Lingua-JA-Regular-Unicode -PORTVERSION= 0.05 +PORTVERSION= 0.08 CATEGORIES= japanese perl5 MASTER_SITES= CPAN PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- @@ -14,7 +14,11 @@ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension to convert Japanese chars -PERL_CONFIGURE= yes +TEST_DEPENDS= \ + p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base \ + p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple + +PERL_MODBUILD= yes MAN3= Lingua::JA::Regular::Unicode.3 |