mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add p5-Mail-DomainKeys 0.18, perl implementation of DomainKeys.
This commit is contained in:
parent
f8fa993b01
commit
89483a3cab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135943
@ -281,6 +281,7 @@
|
||||
SUBDIR += p5-Mail-CheckUser
|
||||
SUBDIR += p5-Mail-ClamAV
|
||||
SUBDIR += p5-Mail-DeliveryStatus-BounceParser
|
||||
SUBDIR += p5-Mail-DomainKeys
|
||||
SUBDIR += p5-Mail-Ezmlm
|
||||
SUBDIR += p5-Mail-Field-Received
|
||||
SUBDIR += p5-Mail-FilterXML
|
||||
|
36
mail/p5-Mail-DomainKeys/Makefile
Normal file
36
mail/p5-Mail-DomainKeys/Makefile
Normal file
@ -0,0 +1,36 @@
|
||||
# New ports collection makefile for: Mail-DomainKeys
|
||||
# Date created: 23 May 2005
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-DomainKeys
|
||||
PORTVERSION= 0.18
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
COMMENT= Perl implementation of DomainKeys
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
||||
${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
|
||||
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
|
||||
${SITE_PERL}/${PERL_ARCH}/Crypt/OpenSSL/RSA.pm:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= Perl 5.8 or newer required. Install lang/perl5.8 and try again.
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e '$$_="" if $$.>=6 && $$.<=38' ${WRKSRC}/Makefile.PL
|
||||
|
||||
.include <bsd.port.post.mk>
|
2
mail/p5-Mail-DomainKeys/distinfo
Normal file
2
mail/p5-Mail-DomainKeys/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Mail-DomainKeys-0.18.tar.gz) = 0f5c93a46733e943765fa5f163e04568
|
||||
SIZE (Mail-DomainKeys-0.18.tar.gz) = 7184
|
4
mail/p5-Mail-DomainKeys/pkg-descr
Normal file
4
mail/p5-Mail-DomainKeys/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a suite of perl packages providing functionality to sign and
|
||||
verify email per draft 01 of the DomainKeys specification.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mail-DomainKeys/
|
14
mail/p5-Mail-DomainKeys/pkg-plist
Normal file
14
mail/p5-Mail-DomainKeys/pkg-plist
Normal file
@ -0,0 +1,14 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/DomainKeys/.packlist
|
||||
%%SITE_PERL%%/Mail/DomainKeys.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Header.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Key.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Key/Private.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Key/Public.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Message.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Policy.pm
|
||||
%%SITE_PERL%%/Mail/DomainKeys/Signature.pm
|
||||
@dirrm %%SITE_PERL%%/Mail/DomainKeys/Key
|
||||
@dirrm %%SITE_PERL%%/Mail/DomainKeys
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/DomainKeys
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Mail 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user