diff options
author | az <az@FreeBSD.org> | 2013-09-10 17:39:11 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-10 17:39:11 +0800 |
commit | f885f1f404a0e739efc20c9455105ee370bc3fd3 (patch) | |
tree | 23572d67d8160cff75549053414fd1dccc777167 /japanese/p5-Lingua-JA-Regular-Unicode | |
parent | 8bfd6a9495163f7075b6148be2ad13d9872229f3 (diff) | |
download | freebsd-ports-gnome-f885f1f404a0e739efc20c9455105ee370bc3fd3.tar.gz freebsd-ports-gnome-f885f1f404a0e739efc20c9455105ee370bc3fd3.tar.zst freebsd-ports-gnome-f885f1f404a0e739efc20c9455105ee370bc3fd3.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'japanese/p5-Lingua-JA-Regular-Unicode')
-rw-r--r-- | japanese/p5-Lingua-JA-Regular-Unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/Makefile b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile index 1f5638329bb2..7cbdadb56c73 100644 --- a/japanese/p5-Lingua-JA-Regular-Unicode/Makefile +++ b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile @@ -12,7 +12,8 @@ COMMENT= Perl extension to convert Japanese chars TEST_DEPENDS= \ p5-Text-TestBase>0:${PORTSDIR}/textproc/p5-Text-TestBase -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Lingua::JA::Regular::Unicode.3 |