diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-31 03:54:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-31 03:54:32 +0800 |
commit | 22865f08e412e3db12a28d2b49a3379e8a29e665 (patch) | |
tree | a79b1bd9c8a3207376df8b87f5b701b033b4d311 /databases/p5-DBD-CSV/Makefile | |
parent | 0b4070a16b3386095f365e64d40f5dbf758f10f6 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |