Edit

IABSD.fr/ports/security/scrypt/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2013-03-11 11:35:43
    Hash : eae66e4a
    Message : PERMIT_* / REGRESS->TEST sweep

  • security/scrypt/Makefile
  • # $OpenBSD: Makefile,v 1.6 2013/03/11 11:41:28 espie Exp $
    
    COMMENT =	command-line encryption using scrypt key derivation function
    
    DISTNAME =	scrypt-1.1.6
    
    CATEGORIES =	security
    
    HOMEPAGE =	http://www.tarsnap.com/scrypt/
    
    # BSD
    PERMIT_PACKAGE_CDROM =	Yes
    
    WANTLIB =	c crypto
    
    MASTER_SITES =	${HOMEPAGE}
    EXTRACT_SUFX =	.tgz
    
    CONFIGURE_STYLE =	gnu
    
    NO_TEST =		Yes
    
    .include <bsd.port.mk>