1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/pear-HTML_Javascript/Makefile
Pav Lucistnik 68823f667f - Update to 1.1.1
PR:		ports/91642
Submitted by:	Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
2006-01-11 18:38:48 +00:00

26 lines
651 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.1
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
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/bsd.pear.mk"
.include <bsd.port.post.mk>