diff options
author | jhale <jhale@FreeBSD.org> | 2012-12-11 22:23:47 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2012-12-11 22:23:47 +0800 |
commit | b51f2ac1c13735c520e965071c01eec46804b2e4 (patch) | |
tree | 55f98b2f40a0bb8aba8b0ef3c5cedecf0c59bcee /mail/perdition | |
parent | 850b9ea2f2efb4ca4d2e4657019ea363892648a4 (diff) | |
download | freebsd-ports-graphics-b51f2ac1c13735c520e965071c01eec46804b2e4.tar.gz freebsd-ports-graphics-b51f2ac1c13735c520e965071c01eec46804b2e4.tar.zst freebsd-ports-graphics-b51f2ac1c13735c520e965071c01eec46804b2e4.zip |
- Chase devel/libvanessa* updates
- Trim Makefile header
Diffstat (limited to 'mail/perdition')
-rw-r--r-- | mail/perdition/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 1518d3474f7..bf8171a8fd6 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,23 +1,19 @@ -# New ports collection makefile for: perdition -# Date created: 28 April 2001 -# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr> -# +# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr> # $FreeBSD$ -# PORTNAME= perdition PORTVERSION= 1.17.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail net security MASTER_SITES= http://www.vergenet.net/linux/perdition/download/${PORTVERSION}/ MAINTAINER= thomas@bsdunix.ch -COMMENT= A POP3 & IMAP4 proxy that can map users to multiple backend servers +COMMENT= POP3 & IMAP4 proxy that can map users to multiple backend servers -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - vanessa_logger.0:${PORTSDIR}/devel/libvanessa_logger \ - vanessa_socket.0:${PORTSDIR}/devel/libvanessa_socket \ - vanessa_adt.0:${PORTSDIR}/devel/libvanessa_adt +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ + vanessa_logger:${PORTSDIR}/devel/libvanessa_logger \ + vanessa_socket:${PORTSDIR}/devel/libvanessa_socket \ + vanessa_adt:${PORTSDIR}/devel/libvanessa_adt MAN5= perditiondb.5 MAN8= perdition.8 |