svn commit: r348161 - head/databases/p5-DBIx-Admin-TableInfo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Mar 14 07:44:54 UTC 2014
Author: sunpoet
Date: Fri Mar 14 07:44:54 2014
New Revision: 348161
URL: http://svnweb.freebsd.org/changeset/ports/348161
QAT: https://qat.redports.org/buildarchive/r348161/
Log:
- Use USES=tar:tgz
Modified:
head/databases/p5-DBIx-Admin-TableInfo/Makefile
Modified: head/databases/p5-DBIx-Admin-TableInfo/Makefile
==============================================================================
--- head/databases/p5-DBIx-Admin-TableInfo/Makefile Fri Mar 14 07:44:49 2014 (r348160)
+++ head/databases/p5-DBIx-Admin-TableInfo/Makefile Fri Mar 14 07:44:54 2014 (r348161)
@@ -6,7 +6,6 @@ PORTVERSION= 2.11
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet at 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>
More information about the svn-ports-all
mailing list