diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-30 18:01:21 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-30 18:01:21 +0800 |
commit | 6861ea5e49fd259ba0e8e4ee51addda9d1ae000d (patch) | |
tree | 31f64361b3c25d12fe8527cc9ad810622dbceec3 /databases | |
parent | 89233220a6bd05023a9e44e060ead5645121a544 (diff) | |
download | freebsd-ports-gnome-6861ea5e49fd259ba0e8e4ee51addda9d1ae000d.tar.gz freebsd-ports-gnome-6861ea5e49fd259ba0e8e4ee51addda9d1ae000d.tar.zst freebsd-ports-gnome-6861ea5e49fd259ba0e8e4ee51addda9d1ae000d.zip |
Remove 4.x workaround
PR: 113733
Submitted by: erwin
Approved by: maintainer timeout
Diffstat (limited to 'databases')
-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> |