diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-30 17:54:41 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-30 17:54:41 +0800 |
commit | 877dc979293296eb0483173af1d00cad9159310e (patch) | |
tree | ccb2e46ae3d44b3fdfc27342625869cb9bf51e58 /databases/p5-DBIx-ContextualFetch | |
parent | 731d02afb7e5865533e55cce1f2d4c8891b04b53 (diff) | |
download | freebsd-ports-gnome-877dc979293296eb0483173af1d00cad9159310e.tar.gz freebsd-ports-gnome-877dc979293296eb0483173af1d00cad9159310e.tar.zst freebsd-ports-gnome-877dc979293296eb0483173af1d00cad9159310e.zip |
Remove 4.x workaround
PR: 113731
Submitted by: erwin
Approved by: maintainer timeout
Diffstat (limited to 'databases/p5-DBIx-ContextualFetch')
-rw-r--r-- | databases/p5-DBIx-ContextualFetch/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/databases/p5-DBIx-ContextualFetch/Makefile b/databases/p5-DBIx-ContextualFetch/Makefile index 926f2b1490b8..5646200cfd07 100644 --- a/databases/p5-DBIx-ContextualFetch/Makefile +++ b/databases/p5-DBIx-ContextualFetch/Makefile @@ -15,28 +15,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Add contextual fetches to DBI +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${RUN_DEPENDS} + PERL_CONFIGURE= yes MAN3= DBIx::ContextualFetch.3 .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - -BUILD_DEPENDS= ${RUN_DEPENDS} - .if ${PERL_LEVEL} < 500702 BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple .endif -.if ${PERL_LEVEL} < 500600 -post-patch: - ${PERL} -pi -e '$$_="" if /^use warnings/;' \ - ${WRKSRC}/lib/DBIx/ContextualFetch.pm -.endif - .include <bsd.port.post.mk> |