freebsd-ports/security/scrypt/Makefile

25 lines
442 B
Makefile
Raw Normal View History

# New ports collection makefile for: scrypt
# Date created: 26 May, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= scrypt
PORTVERSION= 1.1.3
CATEGORIES= security
MASTER_SITES= http://www.tarsnap.com/scrypt/
EXTRACT_SUFX= .tgz
MAINTAINER= wenheping@gmail.com
COMMENT= Key Derivation Function
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
PLIST_FILES= bin/scrypt
MAN1= scrypt.1
.include <bsd.port.mk>