diff options
Diffstat (limited to 'databases/p5-DBIx-MySQLSequence')
-rw-r--r-- | databases/p5-DBIx-MySQLSequence/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBIx-MySQLSequence/Makefile b/databases/p5-DBIx-MySQLSequence/Makefile index 12d554bc7768..856ebe5144a6 100644 --- a/databases/p5-DBIx-MySQLSequence/Makefile +++ b/databases/p5-DBIx-MySQLSequence/Makefile @@ -15,10 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Proper and correct (emulated) sequence support for MySQL +BUILD_DEPENDS= p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ + p5-Params-Util>=0.26:${PORTSDIR}/devel/p5-Params-Util RUN_DEPENDS= p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ p5-Params-Util>=0.26:${PORTSDIR}/devel/p5-Params-Util -BUILD_DEPENDS= ${RUN} PERL_CONFIGURE= yes |