freebsd-ports/security/rubygem-rbnacl-libsodium/Makefile
Matthias Fechner c31ceab7eb Changed the MAINTAINER of all my ports to have mfechner@FreeBSD.org listed.
Reviewed by:	tz (mentor)
Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D15270
2018-05-09 10:43:26 +00:00

25 lines
657 B
Makefile

# $FreeBSD$
PORTNAME= rbnacl-libsodium
PORTVERSION= 1.0.16
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Port rbnacl with bundled libsodium
LICENSE= MIT
RUN_DEPENDS= rubygem-rbnacl>=3.0.1:security/rubygem-rbnacl
USES= gem libtool
USE_LDCONFIG= yes
USE_RUBY= yes
post-install:
( cd ${WRKSRC} && \
${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION} )
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/src/libsodium/.libs/libsodium.so.23.1.0
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/vendor/libsodium/dist/lib/libsodium.so.23.1.0
.include <bsd.port.mk>