aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-Sodium/Makefile
blob: 73cbb68ff652d811caacf96bd4686f0ef5b9866e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Thomas von Dein <freebsd@daemon.de>
# $FreeBSD$

PORTNAME=   Crypt-Sodium
PORTVERSION=    0.07
PORTREVISION=   2
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

LIB_DEPENDS=    libsodium.so:security/libsodium

CFLAGS+=    -I${LOCALBASE}/include
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>