diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:43:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 23:43:52 +0000 |
commit | 56843f344a68cc6e46b3075f30bb5ba151933a9e (patch) | |
tree | c8faa170efd23c71c1a1af3d6d07d023dd4314a1 /databases | |
parent | b64d56cfff1f7d0403d9472dac2c38fdc8d271e6 (diff) | |
download | ports-56843f344a68cc6e46b3075f30bb5ba151933a9e.tar.gz ports-56843f344a68cc6e46b3075f30bb5ba151933a9e.zip |
Notes
Diffstat (limited to 'databases')
-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> |