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:38 +00:00
parent d95505944c
commit ecbcef8af9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348162

View File

@ -6,7 +6,6 @@ PORTVERSION= 1.05
CATEGORIES= textproc www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet@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>