diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-03-18 20:44:09 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-03-18 20:44:09 +0800 |
commit | 09496d5aaebe154430493008b670f623d5857c55 (patch) | |
tree | 892d982b5f7955115e60c68ff0d348e97ee9ab4b | |
parent | c04ce4aba330bb35f0bc3aaa85a5de207a55cd4e (diff) | |
download | freebsd-ports-gnome-09496d5aaebe154430493008b670f623d5857c55.tar.gz freebsd-ports-gnome-09496d5aaebe154430493008b670f623d5857c55.tar.zst freebsd-ports-gnome-09496d5aaebe154430493008b670f623d5857c55.zip |
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)
-rw-r--r-- | mail/dkimproxy/Makefile | 13 | ||||
-rw-r--r-- | mail/dkimproxy/pkg-descr | 2 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile index a26956afe20c..3afd1a9c3e6c 100644 --- a/mail/dkimproxy/Makefile +++ b/mail/dkimproxy/Makefile @@ -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 +USES= gmake perl5 shebangfix +USE_RC_SUBR= dkimproxy_in dkimproxy_out GNU_CONFIGURE= yes -USES= gmake perl5 shebangfix -SHEBANG_FILES= scripts/* NO_ARCH= yes -USE_RC_SUBR= dkimproxy_in dkimproxy_out +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 \ diff --git a/mail/dkimproxy/pkg-descr b/mail/dkimproxy/pkg-descr index 256df930bc88..14e8c6975bfd 100644 --- a/mail/dkimproxy/pkg-descr +++ b/mail/dkimproxy/pkg-descr @@ -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/ |