1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Convert to PEAR_AUTOINSTALL

- Trim header
This commit is contained in:
Martin Wilke 2013-03-15 06:24:57 +00:00
parent 671c0e8fcc
commit 59015ec3ac
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314253

View File

@ -1,9 +1,5 @@
# Ports collection makefile for: pear-HTML_Javascript
# Date created: 01 December 2004
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
#
PORTNAME= HTML_Javascript
PORTVERSION= 1.1.2
@ -13,12 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides an interface for creating simple JS scripts
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS:= ${BUILD_DEPENDS}
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
CATEGORY= HTML
FILES= Javascript.php Javascript/Convert.php
EXAMPLES= javascript.php js.php
TESTS= js.php output.php
PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"