diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-16 07:43:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-16 07:43:52 +0800 |
commit | 83f96f9552e474901983a199082fd52a6545a421 (patch) | |
tree | c8faa170efd23c71c1a1af3d6d07d023dd4314a1 /databases/p5-DBIx-Class | |
parent | 24fab088d6956b7eb295598d982363411a6c401b (diff) | |
download | freebsd-ports-gnome-83f96f9552e474901983a199082fd52a6545a421.tar.gz freebsd-ports-gnome-83f96f9552e474901983a199082fd52a6545a421.tar.zst freebsd-ports-gnome-83f96f9552e474901983a199082fd52a6545a421.zip |
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'databases/p5-DBIx-Class')
-rw-r--r-- | databases/p5-DBIx-Class/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/databases/p5-DBIx-Class/Makefile b/databases/p5-DBIx-Class/Makefile index 163257f52cdf..9838e87b21ad 100644 --- a/databases/p5-DBIx-Class/Makefile +++ b/databases/p5-DBIx-Class/Makefile @@ -62,16 +62,6 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ENV= DBICTEST_NO_SQLITE_CHECK=1 -.include <bsd.port.options.mk> +SQLT_RUN_DEPENDS= p5-SQL-Translator>=0.09.004:${PORTSDIR}/databases/p5-SQL-Translator -.if ${PORT_OPTIONS:MSQLT} -RUN_DEPENDS+= p5-SQL-Translator>=0.09.004:${PORTSDIR}/databases/p5-SQL-Translator -.endif - -.include <bsd.port.pre.mk> - -#.if ${PERL_LEVEL} < 501600 -#BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -#.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |