mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
99ad912735
- Trim Makefile header
25 lines
506 B
Makefile
25 lines
506 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/p5-Mail-SpamAssassin \
|
|
p5-Net-Server>=0:${PORTSDIR}/net/p5-Net-Server
|
|
|
|
NO_BUILD= yes
|
|
PLIST_FILES= sbin/spampd
|
|
USES= perl5
|
|
USE_RC_SUBR= spampd
|
|
|
|
do-install:
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.mk>
|