diff options
author | Lars Thegler <lth@FreeBSD.org> | 2015-10-16 21:01:32 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2015-10-16 21:01:32 +0000 |
commit | 336e57b3dc60aad7a2be8e1db357b75d0784f758 (patch) | |
tree | a5827e5f285f90270898220db2f80452f7bf9fb7 /textproc/p5-Lingua-EN-Inflect-Number/Makefile | |
parent | ba4707563fa6f28a5dbfdbc80f85ba952e4ce3c9 (diff) | |
download | ports-336e57b3dc60aad7a2be8e1db357b75d0784f758.tar.gz ports-336e57b3dc60aad7a2be8e1db357b75d0784f758.zip |
Notes
Diffstat (limited to 'textproc/p5-Lingua-EN-Inflect-Number/Makefile')
-rw-r--r-- | textproc/p5-Lingua-EN-Inflect-Number/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-Inflect-Number/Makefile b/textproc/p5-Lingua-EN-Inflect-Number/Makefile index 3bb29c2b17cb..62834f195e97 100644 --- a/textproc/p5-Lingua-EN-Inflect-Number/Makefile +++ b/textproc/p5-Lingua-EN-Inflect-Number/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Inflect-Number -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Force number of words to singular or plural +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect RUN_DEPENDS:= ${BUILD_DEPENDS} |