svn commit: r348162 - head/textproc/p5-HTML-Entities-Interpolate

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


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

Log:
  - Use USES=tar:tgz

Modified:
  head/textproc/p5-HTML-Entities-Interpolate/Makefile

Modified: head/textproc/p5-HTML-Entities-Interpolate/Makefile
==============================================================================
--- head/textproc/p5-HTML-Entities-Interpolate/Makefile	Fri Mar 14 07:44:54 2014	(r348161)
+++ head/textproc/p5-HTML-Entities-Interpolate/Makefile	Fri Mar 14 08:17:38 2014	(r348162)
@@ -6,7 +6,6 @@ PORTVERSION=	1.05
 CATEGORIES=	textproc www perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Call HTML::Entities::encode_entities, via a hash, within a string
@@ -19,6 +18,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1.45:${PORTSDIR}/devel/p5-Test-Pod
 
 USE_PERL5=	configure
-USES=		perl5
+USES=		perl5 tar:tgz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list