diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-15 14:42:59 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-15 14:42:59 +0000 |
commit | 5e723d2a5b0002cded5639b5eb258595e19331e0 (patch) | |
tree | 257be8a57a71eee379ff10672adf72e58ee2bf21 /security/p5-Crypt-RSA-Yandex | |
parent | c79394d83f882d6a2175ec213a01bdfdca1e6179 (diff) | |
download | ports-5e723d2a5b0002cded5639b5eb258595e19331e0.tar.gz ports-5e723d2a5b0002cded5639b5eb258595e19331e0.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-RSA-Yandex')
-rw-r--r-- | security/p5-Crypt-RSA-Yandex/Makefile | 18 | ||||
-rw-r--r-- | security/p5-Crypt-RSA-Yandex/distinfo | 2 | ||||
-rw-r--r-- | security/p5-Crypt-RSA-Yandex/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Crypt-RSA-Yandex/pkg-plist | 10 |
4 files changed, 34 insertions, 0 deletions
diff --git a/security/p5-Crypt-RSA-Yandex/Makefile b/security/p5-Crypt-RSA-Yandex/Makefile new file mode 100644 index 000000000000..0f96e74914e6 --- /dev/null +++ b/security/p5-Crypt-RSA-Yandex/Makefile @@ -0,0 +1,18 @@ +# Created by: Anes Mukhametov <anes@anes.su> +# $FreeBSD$ + +PORTNAME= Crypt-RSA-Yandex +PORTVERSION= 0.06 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= anes@anes.su +COMMENT= Perl binding to modified RSA (yamrsa) + +USES= perl5 +USE_PERL5= configure + +MAKE_ARGS= CC=${CXX} + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-RSA-Yandex/distinfo b/security/p5-Crypt-RSA-Yandex/distinfo new file mode 100644 index 000000000000..4825639c72c3 --- /dev/null +++ b/security/p5-Crypt-RSA-Yandex/distinfo @@ -0,0 +1,2 @@ +SHA256 (Crypt-RSA-Yandex-0.06.tar.gz) = 012e3d2c5c0408dfbe8e7e3ca6beb2d3be9caa0f5991c8e43c4534a67cd1e596 +SIZE (Crypt-RSA-Yandex-0.06.tar.gz) = 53179 diff --git a/security/p5-Crypt-RSA-Yandex/pkg-descr b/security/p5-Crypt-RSA-Yandex/pkg-descr new file mode 100644 index 000000000000..2ccd3309624d --- /dev/null +++ b/security/p5-Crypt-RSA-Yandex/pkg-descr @@ -0,0 +1,4 @@ +Perl binding to modified RSA library (yamrsa) for encrypting Yandex auth token + + +WWW: http://search.cpan.org/dist/Crypt-RSA-Yandex/ diff --git a/security/p5-Crypt-RSA-Yandex/pkg-plist b/security/p5-Crypt-RSA-Yandex/pkg-plist new file mode 100644 index 000000000000..24e4ff5178f8 --- /dev/null +++ b/security/p5-Crypt-RSA-Yandex/pkg-plist @@ -0,0 +1,10 @@ +%%PERL5_MAN3%%/Crypt::RSA::Yandex.3.gz +%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/RSA/Yandex.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA/Yandex/Yandex.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA/Yandex/Yandex.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA/Yandex/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA/Yandex +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RSA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/RSA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt |