diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-30 10:01:21 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2007-06-30 10:01:21 +0000 |
commit | a3d6dac88077b27aadc60b45aadabe4713c7bcdd (patch) | |
tree | 8d2a8f8a8420b5b611f0466f375aafb09bb2fb8a /databases/p5-DBIx-Recordset | |
parent | 3ca99807af099ce9390c6f92a6024a1ced5bc42c (diff) |
Remove 4.x workaround
PR: 113733
Submitted by: erwin
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=194514
Diffstat (limited to 'databases/p5-DBIx-Recordset')
-rw-r--r-- | databases/p5-DBIx-Recordset/Makefile | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/databases/p5-DBIx-Recordset/Makefile b/databases/p5-DBIx-Recordset/Makefile index c68f0736f145..197e53693beb 100644 --- a/databases/p5-DBIx-Recordset/Makefile +++ b/databases/p5-DBIx-Recordset/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl module for abstraction and simplification of database access +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + PERL_CONFIGURE= yes MAN3= DBIx::Compat.3 DBIx::Database.3 DBIx::Intrors.3 \ @@ -26,14 +29,4 @@ post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \ ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137 -.else -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |