forked from Lainports/freebsd-ports
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => HTML_Crypt-1.3.4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/HTML_Crypt-1.3.4.tgz fetch: http://pear.php.net/get/HTML_Crypt-1.3.4.tgz: size mismatch: expected 4380, actual 4416 Reference: https://people.FreeBSD.org/~sunpoet/checksum/HTML_Crypt-1.3.4.tgz [1] Approved by: portmgr (blanket)
13 lines
280 B
Makefile
13 lines
280 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= HTML_Crypt
|
|
PORTVERSION= 1.3.4
|
|
CATEGORIES= security www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Encrypts text which is later decoded using JavaScript on the client side
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|