svn commit: r348178 - head/devel/p5-Config-Tiny
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 08:48:04 UTC 2014
Author: sunpoet
Date: Fri Mar 14 08:48:04 2014
New Revision: 348178
URL: http://svnweb.freebsd.org/changeset/ports/348178
QAT: https://qat.redports.org/buildarchive/r348178/
Log:
- Use USES=tar:tgz
Modified:
head/devel/p5-Config-Tiny/Makefile
Modified: head/devel/p5-Config-Tiny/Makefile
==============================================================================
--- head/devel/p5-Config-Tiny/Makefile Fri Mar 14 08:45:25 2014 (r348177)
+++ head/devel/p5-Config-Tiny/Makefile Fri Mar 14 08:48:04 2014 (r348178)
@@ -6,7 +6,6 @@ PORTVERSION= 2.20
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= perl at FreeBSD.org
COMMENT= Read/Write .ini style files with as little code as possible
@@ -14,7 +13,7 @@ COMMENT= Read/Write .ini style files wit
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-USES= perl5
+USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list