mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
c7a0dda3a6
Approved by: portmgr blanket (implicit), mentors (implicit)
28 lines
712 B
Makefile
28 lines
712 B
Makefile
# Created by: Yoshisato YANAGISAWA
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Mail-DKIM
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
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}
|
|
|
|
MASTER_SITE_BACKUP+= http://jason.long.name/dkimproxy/
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
SHEBANG_FILES= scripts/dkimsign.pl scripts/dkimverify.pl
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|