1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/security/pear-HTML_Crypt/Makefile
Martin Wilke 43254f4a72 HTML_Crypt provides methods to encrypt text, which can be later be decrypted
using JavaScript on the client side.

This is very useful to prevent spam robots collecting email addresses from your
site, included is a method to add mailto links to the text being generated.

WWW:	http://pear.php.net/package/HTML_Crypt
2008-09-23 08:09:18 +00:00

24 lines
630 B
Makefile

# New ports collection makefile for: pear-HTML_Crypt
# Date created: 2008-09-22
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $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 <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>