head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.02;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.06.22.19.50;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.03.25.04.13.33;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	cryptstring
# Date created:		2007-02-23
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/cryptstring/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.2
log
@Use ${MASTER_SITE_GOOGLE_CODE} instead of
http://something.googlecode.com/files

PR:		ports/121435 (related)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Add cryptstring 0.2, crypto Strings for PHP.

PR:		ports/110764
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d11 1
a11 1
MASTER_SITES=	http://cryptstring.googlecode.com/files/
@

