mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Use USES=tar:tgz
This commit is contained in:
parent
a3ea579f14
commit
079f6da93a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348159
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ PORTVERSION= 2.10
|
|||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Create and drop tables, primary indexes, and sequences
|
||||
|
@ -19,6 +18,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
USES= perl5 tar:tgz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue