Changeset View
Changeset View
Standalone View
Standalone View
net-mgmt/rackmonkey/Makefile
PORTNAME= rackmonkey | PORTNAME= rackmonkey | ||||
PORTVERSION= 1.2.5 | PORTVERSION= 1.2.5 | ||||
DISTVERSIONSUFFIX= -1 | DISTVERSIONSUFFIX= -1 | ||||
PORTREVISION= 5 | PORTREVISION= 6 | ||||
CATEGORIES= net-mgmt www | CATEGORIES= net-mgmt www | ||||
MASTER_SITES= SF \ | MASTER_SITES= SF \ | ||||
ftp://ftp.secure-computing.net/pub/FreeBSD/ports/${PORTNAME}/ \ | ftp://ftp.secure-computing.net/pub/FreeBSD/ports/${PORTNAME}/ \ | ||||
ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/${PORTNAME}/ | ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/${PORTNAME}/ | ||||
MAINTAINER= ecrist@secure-computing.net | MAINTAINER= ecrist@secure-computing.net | ||||
COMMENT= Web-based tool for managing racks of equipment | COMMENT= Web-based tool for managing racks of equipment | ||||
WWW= http://flux.org.uk/projects/rackmonkey/ | WWW= http://flux.org.uk/projects/rackmonkey/ | ||||
Show All 21 Lines | |||||
.include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
.if ${PORT_OPTIONS:MSQLITE} | .if ${PORT_OPTIONS:MSQLITE} | ||||
USES+= sqlite | USES+= sqlite | ||||
RUN_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite | RUN_DEPENDS+= p5-DBD-SQLite>=0:databases/p5-DBD-SQLite | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MMYSQL} | .if ${PORT_OPTIONS:MMYSQL} | ||||
USES+= mysql | USES+= mysql | ||||
RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql | RUN_DEPENDS+= ${DBD_MYSQL} | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MPGSQL} | .if ${PORT_OPTIONS:MPGSQL} | ||||
USES+= pgsql | USES+= pgsql | ||||
RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg | RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MINIT_DB} | .if ${PORT_OPTIONS:MINIT_DB} | ||||
PLIST_SUB+= INIT_DB="" | PLIST_SUB+= INIT_DB="" | ||||
Show All 33 Lines |