freebsd-ports/mail/spampd/Makefile
Adam Weinberger 531cd7932f Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
2014-03-11 21:49:40 +00:00

25 lines
542 B
Makefile

# Created by: chris
# $FreeBSD$
PORTNAME= spampd
PORTVERSION= 2.30
PORTREVISION= 5
CATEGORIES= mail perl5
MASTER_SITES= http://www.worlddesign.com/Content/rd/mta/spampd/
MAINTAINER= ports@FreeBSD.org
COMMENT= Spamassassin SMTP Proxy
RUN_DEPENDS= spamc:${PORTSDIR}/mail/spamassassin \
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
NO_BUILD= yes
PLIST_FILES= sbin/spampd
USES= perl5 shebangfix
SHEBANG_FILES= spampd
USE_RC_SUBR= spampd
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>