1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

mail/dkimproxy: Change url of detail webpage

While here:
  Update LICENSE.
  Reorder Makefile.

PR:		225238
Submitted by:	takefu@airport.fm
Approved by:	maintainer timeout (andrey@bsdnir.info, > 2 weeks)
This commit is contained in:
Danilo G. Baio 2018-03-18 12:44:09 +00:00
parent 43c4f5172b
commit a989f3f323
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464905
2 changed files with 9 additions and 8 deletions

View File

@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER= andrey@bsdnir.info
COMMENT= DKIM filter for Postfix
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM \
@ -18,14 +18,12 @@ BUILD_DEPENDS= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM \
p5-Error>=0:lang/p5-Error
RUN_DEPENDS:= ${BUILD_DEPENDS}
OPTIONS_DEFINE= IPV6 TEST
OPTIONS_SUB= yes
GNU_CONFIGURE= yes
USES= gmake perl5 shebangfix
SHEBANG_FILES= scripts/*
NO_ARCH= yes
USE_RC_SUBR= dkimproxy_in dkimproxy_out
GNU_CONFIGURE= yes
NO_ARCH= yes
SHEBANG_FILES= scripts/*
DKIMPROXYUSER= dkimproxy
USERS= ${DKIMPROXYUSER}
@ -34,6 +32,9 @@ GROUPS= ${DKIMPROXYUSER}
SUB_LIST+= PERL=${PERL} \
DKIMPROXYUSER=${DKIMPROXYUSER}
OPTIONS_DEFINE= IPV6 TEST
OPTIONS_SUB= yes
IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6
IPV6_EXTRA_PATCHES= ${FILESDIR}/extra-patch-lib_MSDW_SMTP_Server.pm \

View File

@ -3,6 +3,6 @@ for the Postfix mail transfer agent. DKIM is a scheme to sign and verify
e-mail messages on a per-domain basis.
Details regarding the protocol and other issues related to the draft standard
can be found at http://mipassoc.org/dkim/.
can be found at http://www.dkim.org/.
WWW: http://dkimproxy.sourceforge.net/