2013-02-28 17:45:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libsodium
|
2013-07-13 13:16:05 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2013-02-28 17:45:32 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/
|
|
|
|
|
|
|
|
MAINTAINER= csosstudy@gmail.com
|
2013-05-21 13:55:16 +02:00
|
|
|
COMMENT= Library to build higher-level cryptographic tools
|
2013-02-28 17:45:32 +01:00
|
|
|
|
|
|
|
LICENSE= ISCL
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
2013-05-21 13:55:16 +02:00
|
|
|
PORTDOCS= AUTHORS NEWS THANKS
|
2013-04-27 15:50:42 +02:00
|
|
|
|
2013-09-21 00:55:24 +02:00
|
|
|
NO_STAGE= yes
|
2013-02-28 17:45:32 +01:00
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC} && ${MAKE} check
|
|
|
|
|
2013-04-27 15:50:42 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
|
|
|
|
.endif
|
|
|
|
|
2013-02-28 17:45:32 +01:00
|
|
|
.include <bsd.port.mk>
|