aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RTF-Tokenizer
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-02-07 10:16:44 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-02-07 10:16:44 +0000
commit39062a8a23e147a7ad92aa5e21148ee03824571c (patch)
tree6f5621715e122284876f5c79cb170326f4df27f5 /textproc/p5-RTF-Tokenizer
parent4cfb085184070ec26d1862728a469602028e5d33 (diff)
downloadports-39062a8a23e147a7ad92aa5e21148ee03824571c.tar.gz
ports-39062a8a23e147a7ad92aa5e21148ee03824571c.zip
- Update to 1.14
- Add LICENSE (Artistic 1 & GPL 1) - Add WWW link Changes: http://search.cpan.org/dist/RTF-Tokenizer/CHANGES
Notes
Notes: svn path=/head/; revision=343209
Diffstat (limited to 'textproc/p5-RTF-Tokenizer')
-rw-r--r--textproc/p5-RTF-Tokenizer/Makefile5
-rw-r--r--textproc/p5-RTF-Tokenizer/distinfo4
-rw-r--r--textproc/p5-RTF-Tokenizer/pkg-descr2
3 files changed, 8 insertions, 3 deletions
diff --git a/textproc/p5-RTF-Tokenizer/Makefile b/textproc/p5-RTF-Tokenizer/Makefile
index 236d5282eeca..799ef76d6407 100644
--- a/textproc/p5-RTF-Tokenizer/Makefile
+++ b/textproc/p5-RTF-Tokenizer/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= RTF-Tokenizer
-PORTVERSION= 1.13
+PORTVERSION= 1.14
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for reading RTF files
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
diff --git a/textproc/p5-RTF-Tokenizer/distinfo b/textproc/p5-RTF-Tokenizer/distinfo
index 898a718d5949..d64521adf5bc 100644
--- a/textproc/p5-RTF-Tokenizer/distinfo
+++ b/textproc/p5-RTF-Tokenizer/distinfo
@@ -1,2 +1,2 @@
-SHA256 (RTF-Tokenizer-1.13.tar.gz) = ab5f3d3326e16a2d4b547b1affbc5413d9321ef9cfbff903b634f21d859a46a5
-SIZE (RTF-Tokenizer-1.13.tar.gz) = 30200
+SHA256 (RTF-Tokenizer-1.14.tar.gz) = 114244ca1846e4de21c99c1e5c02dd4d91522b009904bab318dced8a0ed767f4
+SIZE (RTF-Tokenizer-1.14.tar.gz) = 30308
diff --git a/textproc/p5-RTF-Tokenizer/pkg-descr b/textproc/p5-RTF-Tokenizer/pkg-descr
index ef65af01cba9..b257e1d9dd9a 100644
--- a/textproc/p5-RTF-Tokenizer/pkg-descr
+++ b/textproc/p5-RTF-Tokenizer/pkg-descr
@@ -7,3 +7,5 @@ implements the RTF standard better than any previous release.
It's also philosophically a better module, and conforms more
strictly to Object Orientated guidelines - it can be sub-classed
and the interface is cleaner.
+
+WWW: http://search.cpan.org/dist/RTF-Tokenizer/