Add p5-Mail-GnuPG 0.06,
perl5 interface to process and/or create PGP email. PR: 58083 Submitted by: clsung@dragon2.net
This commit is contained in:
parent
67302fe741
commit
688e50dcd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91482
5 changed files with 38 additions and 0 deletions
|
@ -208,6 +208,7 @@
|
|||
SUBDIR += p5-Mail-FilterXML
|
||||
SUBDIR += p5-Mail-Folder
|
||||
SUBDIR += p5-Mail-Freshmeat
|
||||
SUBDIR += p5-Mail-GnuPG
|
||||
SUBDIR += p5-Mail-IMAPClient
|
||||
SUBDIR += p5-Mail-ListDetector
|
||||
SUBDIR += p5-Mail-MailStats
|
||||
|
|
26
mail/p5-Mail-GnuPG/Makefile
Normal file
26
mail/p5-Mail-GnuPG/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# ports collection makefile for: p5-Mail-GnuPG
|
||||
# Date created: Oct 16th 2003
|
||||
# Whom: clsung@dragon2.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Mail-GnuPG
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= mail security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Mail
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@dragon2.net
|
||||
COMMENT= Perl5 interface to process and/or create PGP email
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
|
||||
${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Mail::GnuPG.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
mail/p5-Mail-GnuPG/distinfo
Normal file
1
mail/p5-Mail-GnuPG/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Mail-GnuPG-0.06.tar.gz) = 93ab190044963920bb62f3f754084469
|
6
mail/p5-Mail-GnuPG/pkg-descr
Normal file
6
mail/p5-Mail-GnuPG/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Use GnuPG::Interface to process and/or create PGP signed or encrypted
|
||||
email.
|
||||
|
||||
Please send all bugs/issues/patches to bug-Mail-GnuPG@rt.cpan.org
|
||||
|
||||
Author: Robert Spier <rspier@cpan.org>
|
4
mail/p5-Mail-GnuPG/pkg-plist
Normal file
4
mail/p5-Mail-GnuPG/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/Mail/GnuPG.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/GnuPG/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/GnuPG
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/GnuPG 2>/dev/null || true
|
Loading…
Reference in a new issue