1f9b7f211a
Provides two classes: HTML_Javascript for performing basic JS operations. HTML_Javascript_Convert for converting variables. Allow output data to a file, to the standart output(print), or return. PR: ports/74584 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
25 lines
665 B
Makefile
25 lines
665 B
Makefile
# Ports collection makefile for: pear-HTML_Javascript
|
|
# Date created: 01 December 2004
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= HTML_Javascript
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= antonio@php.net
|
|
COMMENT= Provides an interface for creating simple JS scripts
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
CATEGORY= HTML
|
|
FILES= Javascript.php Javascript/Convert.php
|
|
EXAMPLES= javascript.php js.php
|
|
TESTS= js.php output.php
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|