diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-01 03:34:55 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-01 03:34:55 +0000 |
commit | e5fae8b7353961e48646ed91297cf35baa1eee6e (patch) | |
tree | 02b152e39d1e167a850713c0c7f331c8fc7b0688 /lang/jython | |
parent | 6e6f71e38c40d8b37a4152eb8f52e932beb84cc0 (diff) | |
download | FreeBSD-ports-e5fae8b7353961e48646ed91297cf35baa1eee6e.zip FreeBSD-ports-e5fae8b7353961e48646ed91297cf35baa1eee6e.tar.gz |
bsd.java.mk-ify
PR: 36592
Submitted by: maintainer
Diffstat (limited to 'lang/jython')
-rw-r--r-- | lang/jython/Makefile | 6 | ||||
-rw-r--r-- | lang/jython/pkg-comment | 2 | ||||
-rw-r--r-- | lang/jython/pkg-descr | 2 |
3 files changed, 2 insertions, 8 deletions
diff --git a/lang/jython/Makefile b/lang/jython/Makefile index 9bee7cf..29f52ca 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 85c3c3c..be4fa6b 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 3f7137f..26e9db8 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" |