diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 15:59:40 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-08-17 15:59:40 +0000 |
commit | 724926ac15941f09fa266eca1cb2847f2492a3ba (patch) | |
tree | ca7d0999fa248d8480e844d0f19b5648ca95fae5 /mail/softfail | |
parent | 45c2a96e5669c7bdd2d3cd558e10449a35e978c4 (diff) | |
download | ports-724926ac15941f09fa266eca1cb2847f2492a3ba.tar.gz ports-724926ac15941f09fa266eca1cb2847f2492a3ba.zip |
Notes
Diffstat (limited to 'mail/softfail')
-rw-r--r-- | mail/softfail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/softfail/Makefile b/mail/softfail/Makefile index 58355c2271aa..10cd07463a6c 100644 --- a/mail/softfail/Makefile +++ b/mail/softfail/Makefile @@ -3,17 +3,17 @@ PORTNAME= softfail PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www6.freebsdbrasil.com.br/~eksffa/l/dev/qmail-smtpextfork/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jmelo/${PORTNAME} DISTNAME= ${PORTNAME}_fbsdbrasil-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Enhanced greylisting system for qmail w/ SMTPEXTFORK patch -LIB_DEPENDS+= libspf2.so:${PORTSDIR}/mail/libspf2 +LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 SUB_FILES= pkg-message SUB_LIST= QMAIL_PREFIX=${QMAIL_PREFIX} |