# New ports collection makefile for: pear-HTML_Crypt # Date created: 2008-09-22 # Whom: Martin Wilke # # $FreeBSD$ # PORTNAME= HTML_Crypt PORTVERSION= 1.3.3 CATEGORIES= security www pear MAINTAINER= miwi@FreeBSD.org COMMENT= Encrypts text which is later decoded using javascript on the client side BUILD_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS+= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear FILES= HTML/Crypt.php EXAMPLES= html-abc.php html-nojavascript.php html.php simple.php .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include