1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/mail/p5-qpsmtpd/Makefile
Philip M. Gollucci c5a8c79280 - Update to 0.81
- Fix NOPORTEXAMPLES
- DISTNAME isn't needed
- Move text to pkg-message and use SUB_FILES for pkg-message
- *Dramatically* cleanup Depends
   Unconditionally depend on mod_perl for a persistent framework
- sort cleanup pkg-plist
2009-05-01 01:24:57 +00:00

57 lines
1.3 KiB
Makefile

# New ports collection makefile for: qpsmtpd
# Date created: 1 January 2007
# Whom: Zane C. Bowers
#
# $FreeBSD$
#
PORTNAME= qpsmtpd
PORTVERSION= 0.81
CATEGORIES= mail perl5
MASTER_SITES= http://smtpd.develooper.com/files/
PKGNAMEPREFIX= p5-
MAINTAINER= pgollucci@FreeBSD.org
COMMENT= A flexible SMTP daemon written in Perl and featuring a plugin API
RUN_DEPENDS= spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
mod_perl2>=0:${PORTSDIR}/www/mod_perl2
WRKSRC= ${WRKDIR}/${DISTNAME}
PERL_CONFIGURE= yes
MAN1= qpsmtpd-async.1
MAN3= Qpsmtpd::Command.3 \
Qpsmtpd::Constants.3 \
Qpsmtpd::DSN.3 \
Qpsmtpd::ConfigServer.3 \
Qpsmtpd::Transaction.3 \
Qpsmtpd::Address.3 \
Qpsmtpd.3 \
Qpsmtpd::Connection.3 \
Qpsmtpd::Postfix.3 \
Apache::Qpsmtpd.3
USE_RC_SUBR= qpsmtpd
SUB_LIST+= PORTNAME=${PORTNAME}
SUB_FILES+= pkg-message
pre-configure:
@${RM} ${WRKSRC}/plugins/milter
post-install:
@${MKDIR} ${DATADIR}/
@${MKDIR} ${DATADIR}/plugins
@(cd ${WRKSRC}/plugins/ && ${COPYTREE_SHARE} \* ${DATADIR}/plugins/)
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}/
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}/
@(cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
.endif
.include <bsd.port.mk>