openbsd-ports/mail/spampd/Makefile
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00

29 lines
601 B
Makefile

COMMENT= SMTP/LMTP proxy for Spamassassin
GH_ACCOUNT= mpaperno
GH_PROJECT= spampd
GH_TAGNAME= 2.61
REVISION= 0
CATEGORIES= mail
HOMEPAGE= http://www.worlddesign.com/index.cfm/page/rd/mta/spampd.htm
# GPLv3+
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/p5-Net-Server \
mail/p5-Mail-SpamAssassin
PKG_ARCH= *
NO_BUILD= Yes
NO_TEST= Yes
do-install:
cd ${WRKSRC} && \
pod2man --section=8 --center="Spam Proxy Daemon" spampd.pl > spampd.8
${INSTALL_MAN} ${WRKBUILD}/spampd.8 ${PREFIX}/man/man8/spampd.8
${INSTALL_SCRIPT} ${WRKSRC}/spampd.pl ${PREFIX}/sbin/spampd
.include <bsd.port.mk>