aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-14 16:17:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-14 16:17:42 +0800
commit52ce31d7c55c89210a5adb39b37fc0db27059dab (patch)
treeb71402dae6c1b690fed6c0cd29a7d7982b76a9bd /www
parent3a616b60fc6509df679e982d53a2ffd4ed512c4f (diff)
downloadfreebsd-ports-gnome-52ce31d7c55c89210a5adb39b37fc0db27059dab.tar.gz
freebsd-ports-gnome-52ce31d7c55c89210a5adb39b37fc0db27059dab.tar.zst
freebsd-ports-gnome-52ce31d7c55c89210a5adb39b37fc0db27059dab.zip
- Use USES=tar:tgz
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Parser-Simple/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-HTML-Parser-Simple/Makefile b/www/p5-HTML-Parser-Simple/Makefile
index 2ab3570e9fbc..613122aa0a81 100644
--- a/www/p5-HTML-Parser-Simple/Makefile
+++ b/www/p5-HTML-Parser-Simple/Makefile
@@ -6,7 +6,6 @@ PORTVERSION= 2.01
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet@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>