diff options
author | az <az@FreeBSD.org> | 2013-09-11 15:12:18 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 15:12:18 +0800 |
commit | f577189aa1373816a4191a45bdc9b91646944700 (patch) | |
tree | b790926090e5ba48d7e2febe73a92d8a3b110612 /textproc/p5-Lingua-EN-Inflect-Phrase | |
parent | bbd1c1936c94ac5cf70a41fe5e771e9c2a2e9f13 (diff) | |
download | freebsd-ports-gnome-f577189aa1373816a4191a45bdc9b91646944700.tar.gz freebsd-ports-gnome-f577189aa1373816a4191a45bdc9b91646944700.tar.zst freebsd-ports-gnome-f577189aa1373816a4191a45bdc9b91646944700.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect-Phrase')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Phrase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile index 978aa6896c45..c6b7716f10c2 100644 --- a/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Phrase/Makefile @@ -20,7 +20,8 @@ TEST_DEPENDS= \ p5-Lingua-EN-Number-IsOrdinal>0:${PORTSDIR}/textproc/p5-Lingua-EN-Number-IsOrdinal \ p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Lingua::EN::Inflect::Phrase.3 |