blob: 0ef46a7dd593edb30ce4a9fe64b4aa78dbefb507 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: cryptstring
# Date created: 2007-02-23
# Whom: 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
do-install:
${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/cs.inc.php ${DATADIR}
.include <bsd.port.mk>
|