2004-12-02 01:21:24 +01:00
|
|
|
# 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
|
2006-01-11 19:38:48 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2004-12-02 01:21:24 +01:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
|
|
|
MAINTAINER= antonio@php.net
|
|
|
|
COMMENT= Provides an interface for creating simple JS scripts
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-12-02 01:21:24 +01:00
|
|
|
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>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-12-02 01:21:24 +01:00
|
|
|
.include <bsd.port.post.mk>
|