diff options
author | mef <mef@pkgsrc.org> | 2015-02-27 01:32:49 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-02-27 01:32:49 +0000 |
commit | a757005b2c2cf8c9e3cdb8bb8013f1b97a1605df (patch) | |
tree | c37018951d623c9e05fee69726a4d5218603c777 /security/p5-Crypt-DH-GMP | |
parent | 8bdf7f704069aee700a5fcef4c373bb253a985ba (diff) | |
download | pkgsrc-a757005b2c2cf8c9e3cdb8bb8013f1b97a1605df.tar.gz |
Import p5-Crypt-DH-GMP-0.00012 as security/p5-Crypt-DH-GMP.
Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH,
implemented mostly in C.
Diffstat (limited to 'security/p5-Crypt-DH-GMP')
-rw-r--r-- | security/p5-Crypt-DH-GMP/DESCR | 2 | ||||
-rw-r--r-- | security/p5-Crypt-DH-GMP/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Crypt-DH-GMP/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-DH-GMP/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/p5-Crypt-DH-GMP/DESCR b/security/p5-Crypt-DH-GMP/DESCR new file mode 100644 index 00000000000..9790d96d446 --- /dev/null +++ b/security/p5-Crypt-DH-GMP/DESCR @@ -0,0 +1,2 @@ +Crypt::DH::GMP is a (somewhat) portable replacement to Crypt::DH, +implemented mostly in C. diff --git a/security/p5-Crypt-DH-GMP/Makefile b/security/p5-Crypt-DH-GMP/Makefile new file mode 100644 index 00000000000..50800ac4343 --- /dev/null +++ b/security/p5-Crypt-DH-GMP/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2015/02/27 01:32:49 mef Exp $ + +DISTNAME= Crypt-DH-GMP-0.00012 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~dmaki/Crypt-DH-GMP/ +COMMENT= Crypt::DH Using GMP Directly +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires +DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib +DEPENDS+= p5-IO-CaptureOutput-[0-9]*:../../devel/p5-IO-CaptureOutput + +# cannot open GMP.xs: No such file or directory +MAKE_JOBS_SAFE= no + +PERL5_PACKLIST= auto/Crypt/DH/GMP/.packlist + +.include "../../devel/gmp/buildlink3.mk" + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-DH-GMP/PLIST b/security/p5-Crypt-DH-GMP/PLIST new file mode 100644 index 00000000000..68ecaa9d5b0 --- /dev/null +++ b/security/p5-Crypt-DH-GMP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2015/02/27 01:32:49 mef Exp $ diff --git a/security/p5-Crypt-DH-GMP/distinfo b/security/p5-Crypt-DH-GMP/distinfo new file mode 100644 index 00000000000..3b3de8bff9c --- /dev/null +++ b/security/p5-Crypt-DH-GMP/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/02/27 01:32:49 mef Exp $ + +SHA1 (Crypt-DH-GMP-0.00012.tar.gz) = 0f512464b61d7a0ebdbeb56425ba62a4ea82f9c8 +RMD160 (Crypt-DH-GMP-0.00012.tar.gz) = d7ca76d9d11804d041b9810e2c11907019db6f2c +Size (Crypt-DH-GMP-0.00012.tar.gz) = 34421 bytes |