f191a0244b
- Bump revisions for all dependent ports PR: 223147 [1] Submitted by: Greg V [1]
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Thomas von Dein <freebsd@daemon.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-Sodium
|
|
PORTVERSION= 0.11
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
USES= perl5 localbase
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/Sodium/Sodium.so
|
|
|
|
.include <bsd.port.mk>
|