svn commit: r348160 - head/databases/p5-DBIx-Admin-DSNManager

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 14 07:44:50 UTC 2014


Author: sunpoet
Date: Fri Mar 14 07:44:49 2014
New Revision: 348160
URL: http://svnweb.freebsd.org/changeset/ports/348160
QAT: https://qat.redports.org/buildarchive/r348160/

Log:
  - Use USES=tar:tgz

Modified:
  head/databases/p5-DBIx-Admin-DSNManager/Makefile

Modified: head/databases/p5-DBIx-Admin-DSNManager/Makefile
==============================================================================
--- head/databases/p5-DBIx-Admin-DSNManager/Makefile	Fri Mar 14 07:44:43 2014	(r348159)
+++ head/databases/p5-DBIx-Admin-DSNManager/Makefile	Fri Mar 14 07:44:49 2014	(r348160)
@@ -6,7 +6,6 @@ PORTVERSION=	2.01
 CATEGORIES=	databases perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunpoet at 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
 		p5-Try-Tiny>=0.06:${PORTSDIR}/lang/p5-Try-Tiny
 
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 tar:tgz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list