1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Use USES=tar:tgz

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-14 07:44:49 +00:00
parent 079f6da93a
commit 0442b90561
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348160

View File

@ -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>