aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-LTSV/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2014-11-20 10:20:02 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2014-11-20 10:20:02 +0000
commit1f5b5c622ae56589c24bd2e288a598975812e16d (patch)
tree1bad46f456731506128cfd6d68265149f6018f04 /textproc/p5-Text-LTSV/Makefile
parente710738fd896c9609b7d86f6ff916bd1d3819d0b (diff)
downloadports-1f5b5c622ae56589c24bd2e288a598975812e16d.tar.gz
ports-1f5b5c622ae56589c24bd2e288a598975812e16d.zip
- Upgrade to 0.08.
Notes
Notes: svn path=/head/; revision=372902
Diffstat (limited to 'textproc/p5-Text-LTSV/Makefile')
-rw-r--r--textproc/p5-Text-LTSV/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Text-LTSV/Makefile b/textproc/p5-Text-LTSV/Makefile
index 5932ea452b4e..1939631ca3df 100644
--- a/textproc/p5-Text-LTSV/Makefile
+++ b/textproc/p5-Text-LTSV/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Text-LTSV
-PORTVERSION= 0.07
+PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Labeled Tab Separated Value manipulator
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= \
p5-Project-Libs>0:${PORTSDIR}/devel/p5-Project-Libs \
p5-Tie-IxHash>0:${PORTSDIR}/devel/p5-Tie-IxHash \
@@ -18,5 +21,6 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
+NO_ARCH= YES
.include <bsd.port.mk>