svn commit: r380082 - head/mail/p5-Mail-DKIM
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 27 12:49:51 UTC 2015
Author: sunpoet
Date: Fri Feb 27 12:49:50 2015
New Revision: 380082
URL: https://svnweb.freebsd.org/changeset/ports/380082
QAT: https://qat.redports.org/buildarchive/r380082/
Log:
- Add LICENSE [1]
- Sort *_DEPENDS
- Merge MASTER_SITE_BACKUP to MASTER_SITES
PR: 189695 [1]
Submitted by: <paul at inetstat.net> [1]
Modified:
head/mail/p5-Mail-DKIM/Makefile
Modified: head/mail/p5-Mail-DKIM/Makefile
==============================================================================
--- head/mail/p5-Mail-DKIM/Makefile Fri Feb 27 12:24:46 2015 (r380081)
+++ head/mail/p5-Mail-DKIM/Makefile Fri Feb 27 12:49:50 2015 (r380082)
@@ -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 at 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
More information about the svn-ports-all
mailing list