aboutsummaryrefslogtreecommitdiff
path: root/security/pear-HTML_Crypt/Makefile
blob: dfc3dc2022b10563d0212beaf9d13eb83e9874a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	HTML_Crypt
PORTVERSION=	1.3.4
CATEGORIES=	security www pear

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Encrypts text which is later decoded using JavaScript on the client side

USES=		pear

.include <bsd.port.mk>