aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-02-27 20:49:50 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-02-27 20:49:50 +0800
commit3c7e0c5ef818ad9a7a5f306bd64a85327e9389a0 (patch)
tree65816df58c59895f7dc39c07fc0b0586640bef15
parent4792be7554eb632c02bfa1ff363ac422f2c39b56 (diff)
downloadfreebsd-ports-gnome-3c7e0c5ef818ad9a7a5f306bd64a85327e9389a0.tar.gz
freebsd-ports-gnome-3c7e0c5ef818ad9a7a5f306bd64a85327e9389a0.tar.zst
freebsd-ports-gnome-3c7e0c5ef818ad9a7a5f306bd64a85327e9389a0.zip
- Add LICENSE [1]
- Sort *_DEPENDS - Merge MASTER_SITE_BACKUP to MASTER_SITES PR: 189695 [1] Submitted by: <paul@inetstat.net> [1]
-rw-r--r--mail/p5-Mail-DKIM/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile
index b2453282c27e..5dd33645b80c 100644
--- a/mail/p5-Mail-DKIM/Makefile
+++ b/mail/p5-Mail-DKIM/Makefile
@@ -5,22 +5,24 @@ PORTNAME= Mail-DKIM
PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= mail perl5
-MASTER_SITES= CPAN
+MASTER_SITES= CPAN \
+ http://jason.long.name/dkimproxy/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to process and/or create DKIM email
-RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
- p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
- p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
-MASTER_SITE_BACKUP+= http://jason.long.name/dkimproxy/
+BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
+ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \
+ p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
+RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5 shebangfix
USE_PERL5= configure
-SHEBANG_FILES= scripts/dkimsign.pl scripts/dkimverify.pl
+SHEBANG_FILES= scripts/dkim*.pl
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin