diff options
author | bapt <bapt@FreeBSD.org> | 2011-06-16 13:37:28 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-06-16 13:37:28 +0800 |
commit | 3dadb279c102277afb7eb9b8cf7a4263165d1d42 (patch) | |
tree | eee525debeafa772d37db1b0d56c714138c05bff /textproc/p5-Text-BibTeX/Makefile | |
parent | 9410b09620b29440af763ae297445aaac9873fdc (diff) | |
download | freebsd-ports-gnome-3dadb279c102277afb7eb9b8cf7a4263165d1d42.tar.gz freebsd-ports-gnome-3dadb279c102277afb7eb9b8cf7a4263165d1d42.tar.zst freebsd-ports-gnome-3dadb279c102277afb7eb9b8cf7a4263165d1d42.zip |
- update to 0.56
- add licenses
- changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.56/CHANGES
Diffstat (limited to 'textproc/p5-Text-BibTeX/Makefile')
-rw-r--r-- | textproc/p5-Text-BibTeX/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/p5-Text-BibTeX/Makefile b/textproc/p5-Text-BibTeX/Makefile index 57aeb1d8f631..7355c17fec4c 100644 --- a/textproc/p5-Text-BibTeX/Makefile +++ b/textproc/p5-Text-BibTeX/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-BibTeX -PORTVERSION= 0.54 +PORTVERSION= 0.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AMBS/Text @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Manipulate BibTeX files from perl +LICENSE_COMB= dual +LICENSE= ART10 GPLv1 + BUILD_DEPENDS= p5-Config-AutoConf>=0.16:${PORTSDIR}/devel/p5-Config-AutoConf \ p5-ExtUtils-LibBuilder>0.02:${PORTSDIR}/devel/p5-ExtUtils-LibBuilder \ p5-Capture-Tiny>=0.06:${PORTSDIR}/devel/p5-Capture-Tiny |