diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-14 07:44:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-14 07:44:43 +0000 |
commit | 079f6da93a41ae9df96f0f97ad9d7d6ba4d3f0bd (patch) | |
tree | 79bc63cc157b8f0ba53d8ae40db45d9bbfd97a70 /databases/p5-DBIx-Admin-CreateTable/Makefile | |
parent | a3ea579f140fabe06f20d177407465b666e17bac (diff) | |
download | ports-079f6da93a41ae9df96f0f97ad9d7d6ba4d3f0bd.tar.gz ports-079f6da93a41ae9df96f0f97ad9d7d6ba4d3f0bd.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Admin-CreateTable/Makefile')
-rw-r--r-- | databases/p5-DBIx-Admin-CreateTable/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-DBIx-Admin-CreateTable/Makefile b/databases/p5-DBIx-Admin-CreateTable/Makefile index 4b0e7186d467..0e184e7607eb 100644 --- a/databases/p5-DBIx-Admin-CreateTable/Makefile +++ b/databases/p5-DBIx-Admin-CreateTable/Makefile @@ -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> |