aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 06:24:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 06:24:57 +0000
commit59015ec3ac93aec8f14c3e4fc4e2c88b91afe706 (patch)
tree5cfef768f20e852ac862d6548b61d5f823d02428 /devel
parent671c0e8fccbeb49ed54e6366c1f3b36115ba070a (diff)
downloadports-59015ec3ac93aec8f14c3e4fc4e2c88b91afe706.tar.gz
ports-59015ec3ac93aec8f14c3e4fc4e2c88b91afe706.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/pear-HTML_Javascript/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/pear-HTML_Javascript/Makefile b/devel/pear-HTML_Javascript/Makefile
index 90975bffba1a..7874100fbcc2 100644
--- a/devel/pear-HTML_Javascript/Makefile
+++ b/devel/pear-HTML_Javascript/Makefile
@@ -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"