1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Use USES=tar:tgz

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-14 08:17:42 +00:00
parent ecbcef8af9
commit b01a9a396e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348163

View File

@ -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>