Files
ports/mail/spampd/Makefile
T
Rodrigo Osorio 5e87f3e381 mail/spampd: update 2.62 -> 2.63 and take maintenership
Changelog:
    https://github.com/mpaperno/spampd/releases/tag/2.63

Also reorder the Makefile to make portclipy happy.
2026-03-22 23:30:10 +01:00

29 lines
538 B
Makefile

PORTNAME= spampd
PORTVERSION= 2.63
CATEGORIES= mail perl5
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Spamassassin SMTP Proxy
WWW= https://github.com/mpaperno/spampd
LICENSE= GPLv3
RUN_DEPENDS= p5-Net-Server>=0:net/p5-Net-Server \
spamc:mail/spamassassin
USES= perl5 shebangfix
USE_GITHUB= yes
GH_ACCOUNT= mpaperno
USE_RC_SUBR= spampd
SHEBANG_FILES= spampd.pl
NO_BUILD= yes
SUB_LIST= PERL=${PERL}
PLIST_FILES= sbin/spampd
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${STAGEDIR}${PREFIX}/sbin/spampd
.include <bsd.port.mk>