aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-CSV-Hashify/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-09 23:27:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-11-09 23:27:38 +0000
commita57fbf8c1534b9c4ddd8c0d225578732999d02e7 (patch)
tree886755c0fc8c8f55686a1d96728a2e812faf6582 /textproc/p5-Text-CSV-Hashify/Makefile
parent95318182852f49358d4145677dfcbac597335fed (diff)
downloadports-a57fbf8c1534b9c4ddd8c0d225578732999d02e7.tar.gz
ports-a57fbf8c1534b9c4ddd8c0d225578732999d02e7.zip
Update to 0.11
- Remove MASTER_SITE_SUBDIR - Add LICENSE_FILE - Add NO_ARCH - Sort PLIST Changes: https://metacpan.org/changes/distribution/Text-CSV-Hashify
Notes
Notes: svn path=/head/; revision=484556
Diffstat (limited to 'textproc/p5-Text-CSV-Hashify/Makefile')
-rw-r--r--textproc/p5-Text-CSV-Hashify/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-Text-CSV-Hashify/Makefile b/textproc/p5-Text-CSV-Hashify/Makefile
index 170574ca4dda..f3703e372372 100644
--- a/textproc/p5-Text-CSV-Hashify/Makefile
+++ b/textproc/p5-Text-CSV-Hashify/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= Text-CSV-Hashify
-PORTVERSION= 0.08
+PORTVERSION= 0.11
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= CPAN:JKEENAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
@@ -13,6 +12,7 @@ COMMENT= Composition and decomposition of comma-separated values into hashes
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
+LICENSE_FILE_ART10= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Text-CSV>=0:textproc/p5-Text-CSV
@@ -20,4 +20,6 @@ RUN_DEPENDS= p5-Text-CSV>=0:textproc/p5-Text-CSV
USES= perl5
USE_PERL5= configure
+NO_ARCH= yes
+
.include <bsd.port.mk>