Changeset View
Changeset View
Standalone View
Standalone View
security/amavisd-new/Makefile
PORTNAME= amavisd-new | PORTNAME= amavisd-new | ||||
DISTVERSION= 2.12.3 | DISTVERSION= 2.12.3 | ||||
PORTREVISION= 2 | PORTREVISION= 3 | ||||
PORTEPOCH= 1 | PORTEPOCH= 1 | ||||
CATEGORIES= security | CATEGORIES= security | ||||
MAINTAINER= flo@FreeBSD.org | MAINTAINER= flo@FreeBSD.org | ||||
COMMENT= Mail scanner interface between mailer and content checkers | COMMENT= Mail scanner interface between mailer and content checkers | ||||
WWW= https://www.ijs.si/software/amavisd/ | WWW= https://www.ijs.si/software/amavisd/ | ||||
LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
▲ Show 20 Lines • Show All 95 Lines • ▼ Show 20 Lines | |||||
RUN_DEPENDS+= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB | RUN_DEPENDS+= p5-BerkeleyDB>=0:databases/p5-BerkeleyDB | ||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MSQLITE} | .if ${PORT_OPTIONS:MSQLITE} | ||||
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} | ||||
RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql | RUN_DEPENDS+= ${DBD_MYSQL} | ||||
USES+= mysql | |||||
.endif | .endif | ||||
.if ${PORT_OPTIONS:MPGSQL} | .if ${PORT_OPTIONS:MPGSQL} | ||||
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:MLDAP} | .if ${PORT_OPTIONS:MLDAP} | ||||
RUN_DEPENDS+= p5-perl-ldap>=0:net/p5-perl-ldap | RUN_DEPENDS+= p5-perl-ldap>=0:net/p5-perl-ldap | ||||
▲ Show 20 Lines • Show All 136 Lines • Show Last 20 Lines |