summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract/Makefile
diff options
context:
space:
mode:
authorLars Balker Rasmussen <lbr@FreeBSD.org>2009-05-04 04:16:57 +0000
committerLars Balker Rasmussen <lbr@FreeBSD.org>2009-05-04 04:16:57 +0000
commitf5fdd4a8c930ea7f18ac06c1ad02453ba2609f5e (patch)
tree7cc5b4b3b520bea4fd8e7fa865558aa49dbd5641 /databases/p5-SQL-Abstract/Makefile
parent36a338ba2443c240312ddf45852c08034e7f78bc (diff)
Notes
Diffstat (limited to 'databases/p5-SQL-Abstract/Makefile')
-rw-r--r--databases/p5-SQL-Abstract/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 576796c623f6..39e8fabb4a52 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= SQL-Abstract
-PORTVERSION= 1.51
+PORTVERSION= 1.53
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,8 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Perl extension to generate SQL from Perl data structures
-RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
+RUN_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
PERL_CONFIGURE= yes
@@ -23,6 +22,6 @@ MAN3= SQL::Abstract.3 \
SQL::Abstract::Test.3
post-extract:
- @${PERL} -i -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
+ @${PERL} -i -ne 'print unless m,^test,' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>