Changeset View
Changeset View
Standalone View
Standalone View
mail/ratelimit-policyd/Makefile
PORTNAME= ratelimit-policyd | PORTNAME= ratelimit-policyd | ||||
PORTVERSION= 1.0.4 | PORTVERSION= 1.0.4 | ||||
PORTREVISION= 1 | |||||
CATEGORIES= mail | CATEGORIES= mail | ||||
MAINTAINER= 000.fbsd@quip.cz | MAINTAINER= 000.fbsd@quip.cz | ||||
COMMENT= Sender rate limit policy daemon for Postfix | COMMENT= Sender rate limit policy daemon for Postfix | ||||
WWW= https://github.com/MirLach/ratelimit-policyd | WWW= https://github.com/MirLach/ratelimit-policyd | ||||
LICENSE= NONE | LICENSE= NONE | ||||
USES+= perl5 shebangfix | USES+= mysql perl5 shebangfix | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= MirLach | GH_ACCOUNT= MirLach | ||||
#GH_TAGNAME= 65154a2 | #GH_TAGNAME= 65154a2 | ||||
RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql | RUN_DEPENDS+= ${DBD_MYSQL} | ||||
SHEBANG_FILES= ratelimit-policyd.pl | SHEBANG_FILES= ratelimit-policyd.pl | ||||
NO_BUILD= yes | NO_BUILD= yes | ||||
SUB_FILES= pkg-message | SUB_FILES= pkg-message | ||||
PERIODIC_DAILY= etc/periodic/daily | PERIODIC_DAILY= etc/periodic/daily | ||||
Show All 36 Lines |