bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it.
19 lines
388 B
Makefile
19 lines
388 B
Makefile
# 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
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${DATADIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cs.inc.php ${STAGEDIR}${DATADIR}
|
|
|
|
.include <bsd.port.mk>
|