diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-04 12:25:38 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-12-04 12:25:38 +0800 |
commit | bd9d40be9fc5937c900a47a959500d061d1521f0 (patch) | |
tree | 59225c4335768c941b7ddb351ddbe26881d0fa86 /mail/proxsmtp | |
parent | ac3fb0b7eda019358b83efe2bf58b3146fbded62 (diff) | |
download | freebsd-ports-gnome-bd9d40be9fc5937c900a47a959500d061d1521f0.tar.gz freebsd-ports-gnome-bd9d40be9fc5937c900a47a959500d061d1521f0.tar.zst freebsd-ports-gnome-bd9d40be9fc5937c900a47a959500d061d1521f0.zip |
- Reassign to the heap at maintainer's request
Feature safe: yes
Diffstat (limited to 'mail/proxsmtp')
-rw-r--r-- | mail/proxsmtp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/proxsmtp/Makefile b/mail/proxsmtp/Makefile index 5807cccb449f..c5dca31fd89e 100644 --- a/mail/proxsmtp/Makefile +++ b/mail/proxsmtp/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: proxsmtp -# Date created: 2005-05-03 -# Whom: Dario Freni <saturnero@gufi.org> -# +# Created by: Dario Freni <saturnero@gufi.org> # $FreeBSD$ -# PORTNAME= proxsmtp PORTVERSION= 1.8 CATEGORIES= mail security MASTER_SITES= http://memberwebs.com/stef/software/proxsmtp/ -MAINTAINER= saturnero@gufi.org +MAINTAINER= ports@FreeBSD.org COMMENT= A flexible SMTP filter which can act also as transparent proxy USE_GMAKE= yes |