aboutsummaryrefslogtreecommitdiff
path: root/lang/jython
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-01 03:34:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-01 03:34:55 +0000
commit1bf1bf7eba479aabd4b4fc1ba8dc289795939c64 (patch)
tree75a269451d380af65aa2baddd711b1dfc93a4ed8 /lang/jython
parent35f00aea99d23f37b75d51fab314f71085de2b50 (diff)
downloadports-1bf1bf7eba479aabd4b4fc1ba8dc289795939c64.tar.gz
ports-1bf1bf7eba479aabd4b4fc1ba8dc289795939c64.zip
bsd.java.mk-ify
PR: 36592 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=57107
Diffstat (limited to 'lang/jython')
-rw-r--r--lang/jython/Makefile6
-rw-r--r--lang/jython/pkg-comment2
-rw-r--r--lang/jython/pkg-descr2
3 files changed, 2 insertions, 8 deletions
diff --git a/lang/jython/Makefile b/lang/jython/Makefile
index 9bee7cf60249..29f52ca6333d 100644
--- a/lang/jython/Makefile
+++ b/lang/jython/Makefile
@@ -16,15 +16,11 @@ EXTRACT_ONLY= # none
MAINTAINER= perky@fallin.lv
-BUILD_DEPENDS= ${JAVA}:${PORTSDIR}/java/javavmwrapper
-RUN_DEPENDS= ${JAVA}:${PORTSDIR}/java/javavmwrapper
-
-JAVA?= ${LOCALBASE}/bin/javavm
+USE_JAVA= 1.1+
NO_BUILD= yes
INST_PACKAGES?= demo lib source
INST_TARGET?= ${DISTNAME:S/-//g}
-
JYTHON_PREFIX= ${PREFIX}/${INST_TARGET}
PLIST_SUB+= JYTHON_DIR=${INST_TARGET}
diff --git a/lang/jython/pkg-comment b/lang/jython/pkg-comment
index 85c3c3ce2221..be4fa6b7189f 100644
--- a/lang/jython/pkg-comment
+++ b/lang/jython/pkg-comment
@@ -1 +1 @@
-An implementation of Python Interpreter with Pure Java
+An implementation of Python Interpreter in Pure Java
diff --git a/lang/jython/pkg-descr b/lang/jython/pkg-descr
index 3f7137f57bce..26e9db83e2ae 100644
--- a/lang/jython/pkg-descr
+++ b/lang/jython/pkg-descr
@@ -6,5 +6,3 @@ freely available for both commercial and non-commercial
use and is distributed with source code.
WWW: http://www.jython.org/
-
-- Hye Shik Chang, a.k.a. "Perky"