1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/mail/p5-Mail-DKIM/Makefile
2018-05-28 08:03:39 +00:00

35 lines
869 B
Makefile

# Created by: Yoshisato YANAGISAWA
# $FreeBSD$
PORTNAME= Mail-DKIM
PORTVERSION= 0.53
CATEGORIES= mail perl5
MASTER_SITES= CPAN \
http://jason.long.name/dkimproxy/
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to process and/or create DKIM email
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:security/p5-Crypt-OpenSSL-RSA \
p5-Mail-Tools>=0:mail/p5-Mail-Tools \
p5-Net-DNS>=0:dns/p5-Net-DNS \
p5-Net-DNS-Resolver-Mock>=0:dns/p5-Net-DNS-Resolver-Mock
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-RequiresInternet>=0:devel/p5-Test-RequiresInternet \
p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
NO_ARCH= yes
USES= perl5 shebangfix
USE_PERL5= configure
SHEBANG_FILES= scripts/*.pl
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/dkim*.pl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>