svn commit: r348163 - head/www/p5-HTML-Parser-Simple

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Mar 14 08:17:43 UTC 2014


Author: sunpoet
Date: Fri Mar 14 08:17:42 2014
New Revision: 348163
URL: http://svnweb.freebsd.org/changeset/ports/348163
QAT: https://qat.redports.org/buildarchive/r348163/

Log:
  - Use USES=tar:tgz

Modified:
  head/www/p5-HTML-Parser-Simple/Makefile

Modified: head/www/p5-HTML-Parser-Simple/Makefile
==============================================================================
--- head/www/p5-HTML-Parser-Simple/Makefile	Fri Mar 14 08:17:38 2014	(r348162)
+++ head/www/p5-HTML-Parser-Simple/Makefile	Fri Mar 14 08:17:42 2014	(r348163)
@@ -6,7 +6,6 @@ PORTVERSION=	2.01
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Parse nice HTML files without needing a compiler
@@ -19,6 +18,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
 
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 tar:tgz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list