diff options
author | delphij <delphij@FreeBSD.org> | 2013-07-09 02:26:16 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-07-09 02:26:16 +0800 |
commit | 05b7730841bb587ab5c9917e614ad30e7e799469 (patch) | |
tree | 11b0d20d3ca70b847a651c133ff4c4a6d694682b | |
parent | 492f1fcf81ce7ec22e322aee63598b0d0395be79 (diff) | |
download | freebsd-ports-gnome-05b7730841bb587ab5c9917e614ad30e7e799469.tar.gz freebsd-ports-gnome-05b7730841bb587ab5c9917e614ad30e7e799469.tar.zst freebsd-ports-gnome-05b7730841bb587ab5c9917e614ad30e7e799469.zip |
Return this to pool, I have not used this piece of software for many years.
-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 |