aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-HTML_Javascript/Makefile
blob: 27c832519fc45cd4fcd57020aeb636779da6d99e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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
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>