mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- update to 0.36
- use CPAN and SF macro - update WWW in pkg-descr - switch to stable gnupg (version 2) - fix dependency Approved by: clsung (implicit)
This commit is contained in:
parent
56f71e05fe
commit
321772b118
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208434
@ -6,19 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= GnuPG-Interface
|
||||
PORTVERSION= 0.34
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 0.36
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= gnupg-interface
|
||||
MASTER_SITES= CPAN SF
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= clsung@FreeBSD.org
|
||||
COMMENT= Perl module for interfacing with GnuPG
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Class/MethodMaker.pm:${PORTSDIR}/devel/p5-Class-MethodMaker \
|
||||
${RUN_DEPENDS}
|
||||
RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
|
||||
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg \
|
||||
p5-Class-MethodMaker>=0:${PORTSDIR}/devel/p5-Class-MethodMaker
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (GnuPG-Interface-0.34.tar.gz) = 3cb5f4ae3937df55ffc54a2a0c2f12af
|
||||
SHA256 (GnuPG-Interface-0.34.tar.gz) = 9e6aaca689e5d3c24adaaba9db50b611ae16a799fd11cb209efa3159affb61c9
|
||||
SIZE (GnuPG-Interface-0.34.tar.gz) = 38730
|
||||
MD5 (GnuPG-Interface-0.36.tar.gz) = 6f097d3076b3311e8ef20ce3c2865c66
|
||||
SHA256 (GnuPG-Interface-0.36.tar.gz) = a306e9df2fdfbd3e529904864385686ef7834b1ea10425fbe54504f313ef21e9
|
||||
SIZE (GnuPG-Interface-0.36.tar.gz) = 44832
|
||||
|
@ -1,5 +1,6 @@
|
||||
This is a Perl module for interfacing with GnuPG.
|
||||
|
||||
WWW: http://search.cpan.org/dist/GnuPG-Interface/
|
||||
WWW: http://gnupg-interface.sourceforge.net/
|
||||
|
||||
Trevor Johnson
|
||||
|
@ -31,8 +31,8 @@
|
||||
%%SITE_PERL%%/auto/GnuPG/Interface/test_default_key_passphrase.al
|
||||
%%SITE_PERL%%/auto/GnuPG/Interface/verify.al
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG/Interface/.packlist
|
||||
@dirrm %%SITE_PERL%%/GnuPG
|
||||
@dirrm %%SITE_PERL%%/auto/GnuPG/Interface
|
||||
@dirrm %%SITE_PERL%%/auto/GnuPG
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG/Interface
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG
|
||||
@dirrmtry %%SITE_PERL%%/GnuPG
|
||||
@dirrmtry %%SITE_PERL%%/auto/GnuPG/Interface
|
||||
@dirrmtry %%SITE_PERL%%/auto/GnuPG
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG/Interface
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GnuPG
|
||||
|
Loading…
Reference in New Issue
Block a user