diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-13 08:55:05 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-13 08:55:05 +0000 |
commit | 52baa63b57c564367e0896b95ee4ee8402c8ab31 (patch) | |
tree | c53c82888c87f29abd305c19a23a0c7ecbb55e0a | |
parent | e456daf340a5070354ac33b08a483cd560dfd7a5 (diff) | |
download | ports-52baa63b57c564367e0896b95ee4ee8402c8ab31.tar.gz ports-52baa63b57c564367e0896b95ee4ee8402c8ab31.zip |
Notes
-rw-r--r-- | databases/p5-DBI-137/Makefile | 14 | ||||
-rw-r--r-- | databases/p5-DBI-137/distinfo | 2 |
2 files changed, 6 insertions, 10 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 071b18563ad5..dd2eaeab983f 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/Makefile @@ -6,13 +6,14 @@ # PORTNAME= DBI -PORTVERSION= 1.38 +PORTVERSION= 1.37 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBI PKGNAMEPREFIX= p5- +PKGNAMESUFFIX= -137 -MAINTAINER= vanilla@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The perl5 Database Interface. Required for DBD::* modules .if defined(WITH_PROXY) @@ -20,6 +21,7 @@ BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC RUN_DEPENDS= ${BUILD_DEPENDS} .endif +CONFLICTS= p5-DBI-* PERL_CONFIGURE= yes MAN1= dbiprof.1 \ @@ -50,10 +52,4 @@ pre-everything:: @sleep 1 .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= This port is for perl 5.6.0 and later only. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/p5-DBI-137/distinfo b/databases/p5-DBI-137/distinfo index 065b48c9ea58..afd7e1dc27fc 100644 --- a/databases/p5-DBI-137/distinfo +++ b/databases/p5-DBI-137/distinfo @@ -1 +1 @@ -MD5 (DBI-1.38.tar.gz) = 58c8192d88511e08ea59a1cc70bd0a80 +MD5 (DBI-1.37.tar.gz) = 0113d0f47cf13b0694e0bfb2d13a5789 |