diff options
author | sahil <sahil@FreeBSD.org> | 2010-11-08 12:44:44 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-11-08 12:44:44 +0800 |
commit | e9909d949fe21d068d7978311b897f6111b74a40 (patch) | |
tree | aa1fa0ea12d4e22e8061d44753a72271043d199c /mail/postfix-postfwd/Makefile | |
parent | 6d6f458adec37c46489c79200980e8b7eec0a169 (diff) | |
download | freebsd-ports-gnome-e9909d949fe21d068d7978311b897f6111b74a40.tar.gz freebsd-ports-gnome-e9909d949fe21d068d7978311b897f6111b74a40.tar.zst freebsd-ports-gnome-e9909d949fe21d068d7978311b897f6111b74a40.zip |
- Update to 1.19
- Define LICENSE
Diffstat (limited to 'mail/postfix-postfwd/Makefile')
-rw-r--r-- | mail/postfix-postfwd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/postfix-postfwd/Makefile b/mail/postfix-postfwd/Makefile index 06618117314d..8f26bb417d37 100644 --- a/mail/postfix-postfwd/Makefile +++ b/mail/postfix-postfwd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfwd -PORTVERSION= 1.18 +PORTVERSION= 1.19 CATEGORIES= mail MASTER_SITES= http://www.${PORTNAME}.org/old/ PKGNAMEPREFIX= postfix- @@ -17,6 +17,8 @@ COMMENT= A postfix firewall policy daemon 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 PORTEXAMPLES= request.sample PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample |