531cd7932f
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."
25 lines
542 B
Makefile
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>
|