diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2012-12-11 14:23:47 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2012-12-11 14:23:47 +0000 |
commit | 339d94f4e1a6c25fd52aa18730e1ef2a847f8347 (patch) | |
tree | 55f98b2f40a0bb8aba8b0ef3c5cedecf0c59bcee /mail/perdition | |
parent | 6e6c26d0d9b1cc0c43e2ccf50b9b88f816cfbc94 (diff) |
Notes
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 1518d3474f71..bf8171a8fd63 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 |