blob: 3ddf3340e2e7596e5d15dba6d7aa9a7e38c0a762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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.4
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>
|