diff options
Diffstat (limited to 'net-mgmt/rackmonkey/Makefile')
-rw-r--r-- | net-mgmt/rackmonkey/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/rackmonkey/Makefile b/net-mgmt/rackmonkey/Makefile index 8d7bc9116290..5eec604a31f1 100644 --- a/net-mgmt/rackmonkey/Makefile +++ b/net-mgmt/rackmonkey/Makefile @@ -27,11 +27,13 @@ SAMPLE_DESC= Install sample data (SQLite Only) WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-1 NO_BUILD= YES -USE_PERL5_RUN= YES +USES= perl5 +USE_PERL5= run SUB_FILES= pkg-message .include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MSQLITE} USE_SQLITE= yes RUN_DEPENDS+= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite |