mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
security/p5-Crypt-GpgME (new port): Perl interface to libgpgme.
WWW: https://metacpan.org/dist/Crypt-GpgME
This commit is contained in:
parent
e0f8816b35
commit
1dd4f00e75
@ -502,6 +502,7 @@
|
||||
SUBDIR += p5-Crypt-GOST_PP
|
||||
SUBDIR += p5-Crypt-GPG
|
||||
SUBDIR += p5-Crypt-GeneratePassword
|
||||
SUBDIR += p5-Crypt-GpgME
|
||||
SUBDIR += p5-Crypt-HCE_MD5
|
||||
SUBDIR += p5-Crypt-HCE_SHA
|
||||
SUBDIR += p5-Crypt-HSXKPasswd
|
||||
|
34
security/p5-Crypt-GpgME/Makefile
Normal file
34
security/p5-Crypt-GpgME/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= Crypt-GpgME
|
||||
PORTVERSION= 0.09
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl interface to libgpgme
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||
libgpg-error.so:security/libgpg-error \
|
||||
libgpgme.so:security/gpgme
|
||||
RUN_DEPENDS= p5-IO-Stringy>=0:devel/p5-IO-Stringy
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
|
||||
USES= gmake localbase perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${INSTALL_WRKSRC}/Changes ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${INSTALL_WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Crypt-GpgME/distinfo
Normal file
3
security/p5-Crypt-GpgME/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1258498777
|
||||
SHA256 (Crypt-GpgME-0.09.tar.gz) = fd76ae6f9ea2d58e9830cb038014741fc97241f703afaf80b4ea2cffe1eaadad
|
||||
SIZE (Crypt-GpgME-0.09.tar.gz) = 69896
|
3
security/p5-Crypt-GpgME/pkg-descr
Normal file
3
security/p5-Crypt-GpgME/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Crypt::GpgME is Perl interface to libgpgme.
|
||||
|
||||
WWW: https://metacpan.org/dist/Crypt-GpgME
|
5
security/p5-Crypt-GpgME/pkg-plist
Normal file
5
security/p5-Crypt-GpgME/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_ARCH%%/Crypt/GpgME.pm
|
||||
%%SITE_ARCH%%/auto/Crypt/GpgME/GpgME.so
|
||||
%%PERL5_MAN3%%/Crypt::GpgME.3.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Changes
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sign.pl
|
Loading…
Reference in New Issue
Block a user