aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-CSV/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-10-31 03:54:32 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-10-31 03:54:32 +0800
commit22865f08e412e3db12a28d2b49a3379e8a29e665 (patch)
treea79b1bd9c8a3207376df8b87f5b701b033b4d311 /databases/p5-DBD-CSV/Makefile
parent0b4070a16b3386095f365e64d40f5dbf758f10f6 (diff)
downloadfreebsd-ports-gnome-22865f08e412e3db12a28d2b49a3379e8a29e665.tar.gz
freebsd-ports-gnome-22865f08e412e3db12a28d2b49a3379e8a29e665.tar.zst
freebsd-ports-gnome-22865f08e412e3db12a28d2b49a3379e8a29e665.zip
Update to 0.54
Changes: https://metacpan.org/changes/distribution/DBD-CSV
Diffstat (limited to 'databases/p5-DBD-CSV/Makefile')
-rw-r--r--databases/p5-DBD-CSV/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index 9e8c7d3b9117..d9f85130150f 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= DBD-CSV
-PORTVERSION= 0.53
+PORTVERSION= 0.54
PORTEPOCH= 1
CATEGORIES= databases perl5
MASTER_SITES= CPAN
@@ -20,6 +20,7 @@ RUN_DEPENDS= p5-DBI>=1.636:databases/p5-DBI \
USES= perl5 tar:tgz
USE_PERL5= configure
+
NO_ARCH= yes
.include <bsd.port.mk>