- Use USES=tar:tgz

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

View file

@ -6,7 +6,6 @@ PORTVERSION= 2.11
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper for all of table_info(), column_info(), *_key_info()
@ -22,6 +21,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version
USE_PERL5= configure
USES= perl5
USES= perl5 tar:tgz
.include <bsd.port.mk>