diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 03:10:14 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-12-30 03:10:14 +0800 |
commit | fca8ac90305500a172640f9826856e22851ba397 (patch) | |
tree | 352ec9c8f6bb3209ddaea62c0d7fd0ed0638c5b2 /mail | |
parent | 1b6a4be05bba0c149a4830b89c5d8af752386b16 (diff) | |
download | freebsd-ports-gnome-fca8ac90305500a172640f9826856e22851ba397.tar.gz freebsd-ports-gnome-fca8ac90305500a172640f9826856e22851ba397.tar.zst freebsd-ports-gnome-fca8ac90305500a172640f9826856e22851ba397.zip |
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tumgreyspf/Makefile | 2 | ||||
-rw-r--r-- | mail/tumgreyspf/pkg-descr | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mail/tumgreyspf/Makefile b/mail/tumgreyspf/Makefile index c828f2a750ac..5d1aace39c94 100644 --- a/mail/tumgreyspf/Makefile +++ b/mail/tumgreyspf/Makefile @@ -13,11 +13,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= External policy checker for the postfix mail server LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspf>=0:${PORTSDIR}/mail/py-pyspf OPTIONS_DEFINE= DOCS +NO_ARCH= yes NO_BUILD= yes USES= python shebangfix diff --git a/mail/tumgreyspf/pkg-descr b/mail/tumgreyspf/pkg-descr index b28db5558680..e9b169c179a9 100644 --- a/mail/tumgreyspf/pkg-descr +++ b/mail/tumgreyspf/pkg-descr @@ -10,4 +10,5 @@ dropped by an order of magnitude. It uses the file-system as it's database, no additional database is required to use it. -WWW: http://www.tummy.com/Community/software/tumgreyspf/ +WWW: http://www.tummy.com/software/tumgreyspf/ +WWW: https://github.com/linsomniac/tumgreyspf |