1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Use USES=tar:tgz

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-14 08:48:04 +00:00
parent ae4eec5b72
commit 49d0b84b43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348178

View File

@ -6,7 +6,6 @@ PORTVERSION= 2.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Read/Write .ini style files with as little code as possible
@ -14,7 +13,7 @@ COMMENT= Read/Write .ini style files with as little code as possible
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>