diff options
author | sahil <sahil@FreeBSD.org> | 2011-08-15 07:25:57 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-08-15 07:25:57 +0800 |
commit | afe326ab2c3e565419699e5eb0a9f2c5bb56636f (patch) | |
tree | d1bf78418d5e111d2d2933dce8f8da9cec7aa984 /mail/postfix-postfwd/Makefile | |
parent | d0b3f506bf599fb6b86b3a812fed8166429c136c (diff) | |
download | freebsd-ports-gnome-afe326ab2c3e565419699e5eb0a9f2c5bb56636f.tar.gz freebsd-ports-gnome-afe326ab2c3e565419699e5eb0a9f2c5bb56636f.tar.zst freebsd-ports-gnome-afe326ab2c3e565419699e5eb0a9f2c5bb56636f.zip |
- Update to 1.22
Diffstat (limited to 'mail/postfix-postfwd/Makefile')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index cd65fa883ee7..18735f27c35c 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfwd -PORTVERSION= 1.20 +PORTVERSION= 1.22 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/old/ PKGNAMEPREFIX= postfix- @@ -14,12 +14,12 @@ PKGNAMEPREFIX= postfix- MAINTAINER= sahil@FreeBSD.org COMMENT= A postfix firewall policy daemon +LICENSE= BSD + RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server -LICENSE= BSD - -PORTDOCS= CHANGELOG ${PORTNAME}.html ${PORTNAME}.txt +PORTDOCS= CHANGELOG ${PORTNAME}.html ${PORTNAME}.txt quick.html versions.html PORTEXAMPLES= request.sample PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample |