- Clarify LICENSE
- Add LICENSE_FILE - Add NO_ARCH - Fix WWW:
This commit is contained in:
parent
90d5e0a5d8
commit
4a8c0d698c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398066
2 changed files with 4 additions and 2 deletions
|
@ -12,7 +12,8 @@ PKGNAMEPREFIX= postfix-
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Weighted policy daemon for postfix
|
COMMENT= Weighted policy daemon for postfix
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS \
|
RUN_DEPENDS= p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS \
|
||||||
p5-Net-IP>0:${PORTSDIR}/net-mgmt/p5-Net-IP
|
p5-Net-IP>0:${PORTSDIR}/net-mgmt/p5-Net-IP
|
||||||
|
@ -30,6 +31,7 @@ USE_RC_SUBR+= policyd-weight
|
||||||
USES= perl5 shebangfix
|
USES= perl5 shebangfix
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
NO_ARCH= yes
|
||||||
|
|
||||||
SHEBANG_LANG= perl
|
SHEBANG_LANG= perl
|
||||||
perl_OLD_CMD= ${SETENV} perl
|
perl_OLD_CMD= ${SETENV} perl
|
||||||
|
|
|
@ -2,4 +2,4 @@ Policyd-weight is (as the name says) a weighted policyd for Postfix.
|
||||||
It uses HELO, MAIL FROM and the MTA IP address for scoring their
|
It uses HELO, MAIL FROM and the MTA IP address for scoring their
|
||||||
correctness. It also uses definable DNSBLs and RHSBLs in a scored fashion.
|
correctness. It also uses definable DNSBLs and RHSBLs in a scored fashion.
|
||||||
|
|
||||||
WWW: http://www.policyd-weight.org
|
WWW: http://www.policyd-weight.org/
|
||||||
|
|
Loading…
Reference in a new issue