diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 15:44:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-03-14 15:44:49 +0800 |
commit | 7057286fd5d005f4836d537d157454611e64518c (patch) | |
tree | f097d3958e818ff5d975a7f121a6fd4eb5a5fca8 /databases | |
parent | 660f41180d5fc1bb9cacab06737cda31ed1dda99 (diff) | |
download | freebsd-ports-gnome-7057286fd5d005f4836d537d157454611e64518c.tar.gz freebsd-ports-gnome-7057286fd5d005f4836d537d157454611e64518c.tar.zst freebsd-ports-gnome-7057286fd5d005f4836d537d157454611e64518c.zip |
- Use USES=tar:tgz
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Admin-DSNManager/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Admin-DSNManager/Makefile b/databases/p5-DBIx-Admin-DSNManager/Makefile index cceff74a0fd4..0bf9fb841ff8 100644 --- a/databases/p5-DBIx-Admin-DSNManager/Makefile +++ b/databases/p5-DBIx-Admin-DSNManager/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 2.01 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org COMMENT= Manage a file of DSNs, for both testing and production @@ -22,6 +21,6 @@ TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version \ p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny USE_PERL5= configure -USES= perl5 +USES= perl5 tar:tgz .include <bsd.port.mk> |