aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Admin-DSNManager
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 07:44:49 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-14 07:44:49 +0000
commit0442b905613cb446d8c6543029089ae5f43d2007 (patch)
treef097d3958e818ff5d975a7f121a6fd4eb5a5fca8 /databases/p5-DBIx-Admin-DSNManager
parent079f6da93a41ae9df96f0f97ad9d7d6ba4d3f0bd (diff)
downloadports-0442b905613cb446d8c6543029089ae5f43d2007.tar.gz
ports-0442b905613cb446d8c6543029089ae5f43d2007.zip
- Use USES=tar:tgz
Notes
Notes: svn path=/head/; revision=348160
Diffstat (limited to 'databases/p5-DBIx-Admin-DSNManager')
-rw-r--r--databases/p5-DBIx-Admin-DSNManager/Makefile3
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>