mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add p5-Crypt-Sodium 0.06, perl bindings for portable NaCL (libsodium).
PR: 197088 Submitted by: Thomas von Dein <freebsd@daemon.de>
This commit is contained in:
parent
2ee0803381
commit
5cedef19bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377987
@ -519,6 +519,7 @@
|
||||
SUBDIR += p5-Crypt-Shark
|
||||
SUBDIR += p5-Crypt-Simple
|
||||
SUBDIR += p5-Crypt-SmbHash
|
||||
SUBDIR += p5-Crypt-Sodium
|
||||
SUBDIR += p5-Crypt-Solitaire
|
||||
SUBDIR += p5-Crypt-TEA
|
||||
SUBDIR += p5-Crypt-T_e_a
|
||||
|
22
security/p5-Crypt-Sodium/Makefile
Normal file
22
security/p5-Crypt-Sodium/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Thomas von Dein <freebsd@daemon.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-Sodium
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= freebsd@daemon.de
|
||||
COMMENT= Perl bindings for portable NaCL (libsodium)
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
LIB_DEPENDS+= libsodium.so:${PORTSDIR}/security/libsodium
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-Sodium/distinfo
Normal file
2
security/p5-Crypt-Sodium/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crypt-Sodium-0.06.tar.gz) = 556ccd221feafc3fc12856a1732388de547b07bf35fe50b0a7a0a1f7e14948d6
|
||||
SIZE (Crypt-Sodium-0.06.tar.gz) = 50125
|
5
security/p5-Crypt-Sodium/pkg-descr
Normal file
5
security/p5-Crypt-Sodium/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
This module provides perl bindings for the portable
|
||||
NaCL implementation libsodium, a library for network
|
||||
communication, encryption, decryption and signatures.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Sodium/
|
3
security/p5-Crypt-Sodium/pkg-plist
Normal file
3
security/p5-Crypt-Sodium/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/Crypt/Sodium.pm
|
||||
%%SITE_ARCH%%/auto/Crypt/Sodium/Sodium.so
|
||||
%%PERL5_MAN3%%/Crypt::Sodium.3.gz
|
Loading…
Reference in New Issue
Block a user