diff options
author | erwin <erwin@FreeBSD.org> | 2007-06-16 01:22:11 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2007-06-16 01:22:11 +0800 |
commit | d69874978bc9b6a5ef832e1b6220dee9078fecec (patch) | |
tree | e0c090cffc72918116685ba34d727392a36beff4 /databases | |
parent | 2f75dea592c2e2e2391132be4545f13fe8278bc7 (diff) | |
download | freebsd-ports-graphics-d69874978bc9b6a5ef832e1b6220dee9078fecec.tar.gz freebsd-ports-graphics-d69874978bc9b6a5ef832e1b6220dee9078fecec.tar.zst freebsd-ports-graphics-d69874978bc9b6a5ef832e1b6220dee9078fecec.zip |
- Remove 4.x workaround
- portlint
Approved by: maintainer (apriori)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIx-Ease/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Ease/Makefile b/databases/p5-DBIx-Ease/Makefile index 85ca8109b0f..6952d98561d 100644 --- a/databases/p5-DBIx-Ease/Makefile +++ b/databases/p5-DBIx-Ease/Makefile @@ -9,25 +9,18 @@ PORTNAME= DBIx-Ease PORTVERSION= 0.07 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:local/} ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} -MASTER_SITE_SUBDIR= mat/:local DBIx/:cpan +MASTER_SITE_SUBDIR= mat/:local DBIx/:cpan PKGNAMEPREFIX= p5- DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:local,cpan MAINTAINER= mat@FreeBSD.org COMMENT= Less-code DBI interactions for all drivers +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::Ease.3 -.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> |