Bump security/authforce to version 0.9.9_5
[dports.git] / security / pecl-scrypt / Makefile
1 # Created by: Horia Racoviceanu <horia@racoviceanu.com>
2 # $FreeBSD$
3
4 PORTNAME=       scrypt
5 PORTVERSION=    1.4.2
6 CATEGORIES=     security pear
7
8 MAINTAINER=     dbaio@bsd.com.br
9 COMMENT=        PHP wrapper to Colin Percival's scrypt implementation
10
11 LICENSE=        BSD2CLAUSE
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 USES=           php:pecl
15 USE_PHP=        hash:build
16
17 OPTIONS_DEFINE= DOCS EXAMPLES
18
19 PORTDOCS=       README.md
20 PORTEXAMPLES=   scrypt.php
21
22 post-install-DOCS-on:
23         @${MKDIR} ${STAGEDIR}${DOCSDIR}
24         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
25
26 post-install-EXAMPLES-on:
27         @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
28         ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}
29
30 .include <bsd.port.mk>