aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptstring/Makefile
blob: 232eb42ee50f29efa6ff288d6366fb9240525809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   cryptstring
PORTVERSION=    0.2
CATEGORIES= security
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}

MAINTAINER= gslin@gslin.org
COMMENT=    Crypto Strings for PHP

NO_BUILD=   yes
USE_PHP=    mcrypt mhash

NO_STAGE=   yes
do-install:
    ${MKDIR} ${DATADIR}
    ${INSTALL_SCRIPT} ${WRKSRC}/cs.inc.php ${DATADIR}

.include <bsd.port.mk>