- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 06:28:27 +00:00
parent 2ef5aaf052
commit 9a3013ab13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314255

View file

@ -1,9 +1,5 @@
# New ports collection makefile for: pear-HTML_Crypt
# Date created: 2008-09-22
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= HTML_Crypt
PORTVERSION= 1.3.4
@ -12,11 +8,10 @@ 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
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
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"