blob: b4fe39507cf8636ba37cdb7b3640dbcedcbfd20a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: postfix-policyd-weight
# Date created: 25 Apr 2005
# Whom: Robert Felber <robtone@ek-muc.de>
#
# $FreeBSD$
#
PORTNAME= policyd-weight
PORTVERSION= 0.1.6
CATEGORIES= mail
MASTER_SITES= http://robtone.mine.nu/postfix/
PKGNAMEPREFIX= postfix-
MAINTAINER= robtone@ek-muc.de
COMMENT= Weighted policy daemon for postfix
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
postfix:${PORTSDIR}/mail/postfix-current
SUB_FILES= pkg-message
PLIST_FILES= libexec/postfix/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec/postfix
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
|