Changeset View
Changeset View
Standalone View
Standalone View
comms/atslog/Makefile
PORTNAME= atslog | PORTNAME= atslog | ||||
PORTVERSION= 2.1.1 | PORTVERSION= 2.1.1 | ||||
PORTREVISION= 9 | PORTREVISION= 10 | ||||
CATEGORIES= comms | CATEGORIES= comms | ||||
MASTER_SITES= BERLIOS | MASTER_SITES= BERLIOS | ||||
MAINTAINER= ports@FreeBSD.org | MAINTAINER= ports@FreeBSD.org | ||||
COMMENT= Software for collecting and analyzing calls from different PBX models | COMMENT= Software for collecting and analyzing calls from different PBX models | ||||
WWW= http://www.atslog.com/en/about/ | WWW= http://www.atslog.com/en/about/ | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
Show All 18 Lines | |||||
OPTIONS_MULTI_DB= PGSQL MYSQL | OPTIONS_MULTI_DB= PGSQL MYSQL | ||||
OPTIONS_SUB= yes | OPTIONS_SUB= yes | ||||
LIBWRAP_DESC= Enable TCP wrapper support | LIBWRAP_DESC= Enable TCP wrapper support | ||||
WWW_DESC= Install web interface | WWW_DESC= Install web interface | ||||
WWWGD_DESC= Graphic reports | WWWGD_DESC= Graphic reports | ||||
MYSQL_USES= mysql | MYSQL_USES= mysql | ||||
MYSQL_BUILD_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql | MYSQL_BUILD_DEPENDS= ${DBD_MYSQL} | ||||
MYSQL_RUN_DEPENDS= p5-DBD-mysql>=0:databases/p5-DBD-mysql | MYSQL_RUN_DEPENDS= ${DBD_MYSQL} | ||||
PGSQL_USES= pgsql | PGSQL_USES= pgsql | ||||
PGSQL_BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg | PGSQL_BUILD_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg | ||||
PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg | PGSQL_RUN_DEPENDS= p5-DBD-Pg>=0:databases/p5-DBD-Pg | ||||
LIBWRAP_CONFIGURE_OFF= --disable-libwrap | LIBWRAP_CONFIGURE_OFF= --disable-libwrap | ||||
.include <bsd.port.options.mk> | .include <bsd.port.options.mk> | ||||
▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines |