diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-07-08 18:26:16 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-07-08 18:26:16 +0000 |
commit | 1af651482e6f078a83a382d14ff88fc7c50a67f3 (patch) | |
tree | 11b0d20d3ca70b847a651c133ff4c4a6d694682b /mail | |
parent | 02ed6d1f5b2ac24efc74c467475da33909943dcf (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-gps/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/postfix-gps/Makefile b/mail/postfix-gps/Makefile index 805c6181cc9e..63590642a1d8 100644 --- a/mail/postfix-gps/Makefile +++ b/mail/postfix-gps/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: postfix-gps -# Date created: 2 September 2004 -# Whom: Xin LI <delphij@FreeBSD.org> -# +# Created by: Xin LI <delphij@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gps PORTVERSION= 1.005 @@ -13,10 +9,10 @@ MASTER_SITES= SF/greylist/greylist/${PORTVERSION}-bugfix PKGNAMEPREFIX= postfix- DISTNAME= gps-${PORTVERSION}-bugfix -MAINTAINER= delphij@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Greylist Policy Service for postfix -LIB_DEPENDS= dbi.1:${PORTSDIR}/databases/libdbi +LIB_DEPENDS= dbi:${PORTSDIR}/databases/libdbi RUN_DEPENDS= ${LOCALBASE}/lib/dbd:${PORTSDIR}/databases/libdbi-drivers \ p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql |