head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.02.28.17.34.56;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313112
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/security/libsodium/Makefile 313112 2013-02-28 16:45:32Z miwi $

PORTNAME=	libsodium
PORTVERSION=	0.3
CATEGORIES=	security
MASTER_SITES=	http://download.dnscrypt.org/libsodium/releases/

MAINTAINER=	csosstudy@@gmail.com
COMMENT=	Library for build higher-level cryptographic tools

LICENSE=	ISCL

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

post-build:
	cd ${WRKSRC} && ${MAKE} check

.include <bsd.port.mk>
@
