aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-GraphViz-DBI/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-03-28 13:34:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-03-28 13:34:33 +0000
commitdc9b184ff903a1bdfb2c7a03122809ef34627d96 (patch)
treeaf06870241b75bb76826f6ee8b5a1f513b442ff0 /databases/p5-GraphViz-DBI/Makefile
parent947302e5bd3252a10415f058022f3d0031320bf9 (diff)
downloadports-dc9b184ff903a1bdfb2c7a03122809ef34627d96.tar.gz
ports-dc9b184ff903a1bdfb2c7a03122809ef34627d96.zip
Notes
Diffstat (limited to 'databases/p5-GraphViz-DBI/Makefile')
-rw-r--r--databases/p5-GraphViz-DBI/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/databases/p5-GraphViz-DBI/Makefile b/databases/p5-GraphViz-DBI/Makefile
index 845ef2b04ff0..4c2d0ea12d6c 100644
--- a/databases/p5-GraphViz-DBI/Makefile
+++ b/databases/p5-GraphViz-DBI/Makefile
@@ -6,26 +6,20 @@
#
PORTNAME= GraphViz-DBI
-PORTVERSION= 0.02
-PORTREVISION= 5
+PORTVERSION= 1.100860
CATEGORIES= databases perl5
-MASTER_SITES= CPAN
+MASTER_SITES= CPAN/../../authors/id/M/MA/MARCEL
PKGNAMEPREFIX= p5-
-MAINTAINER= tobez@FreeBSD.org
+MAINTAINER= perl@FreeBSD.org
COMMENT= GraphViz::DBI - graph database tables and relations
-BUILD_DEPENDS= ${SITE_PERL}/GraphViz.pm:${PORTSDIR}/graphics/p5-GraphViz
+BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
+ p5-GraphViz>=0:${PORTSDIR}/graphics/p5-GraphViz
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= GraphViz::DBI.3
-post-patch:
- ${PERL} -pi -e 's/^our\s+([\$$\@\%]\w+)/use vars qw($$1);$$1/;' \
- -e '$$_="" if /require 5/;' \
- -e '$$_="" if /use warnings/;' \
- ${WRKSRC}/DBI.pm
-
.include <bsd.port.mk>