1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Update to 0.07

PR:		ports/60609
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2003-12-27 13:41:57 +00:00
parent 8e79e1a4cb
commit fe7dcde478
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96681
3 changed files with 11 additions and 3 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Mail-GnuPG
PORTVERSION= 0.06
PORTVERSION= 0.07
CATEGORIES= mail security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
@ -24,4 +24,10 @@ PERL_CONFIGURE= yes
MAN3= Mail::GnuPG.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>

View File

@ -1 +1 @@
MD5 (Mail-GnuPG-0.06.tar.gz) = 93ab190044963920bb62f3f754084469
MD5 (Mail-GnuPG-0.07.tar.gz) = 264e98a31ab0428fdbaf72996652a2e9

View File

@ -3,4 +3,6 @@ email.
Please send all bugs/issues/patches to bug-Mail-GnuPG@rt.cpan.org
WWW: http://search.cpan.org/dist/Mail-GnuPG/
Author: Robert Spier <rspier@cpan.org>