- Convert to PEAR_AUTOINSTALL
- Trim header
This commit is contained in:
parent
2ef5aaf052
commit
9a3013ab13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314255
1 changed files with 4 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue