freebsd-ports/security/pear-HTML_Crypt/Makefile
Sunpoet Po-Chuan Hsieh fdd2a90d1c Update distinfo and unbreak this port
- 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)
2017-06-11 07:44:44 +00:00

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>