00dbce6310
PR: ports/110764 Submitted by: Gea-Suan Lin <gslin at gslin.org>
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# 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= http://cryptstring.googlecode.com/files/
|
|
|
|
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>
|