mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
bsd.java.mk-ify
PR: 36592 Submitted by: maintainer
This commit is contained in:
parent
35f00aea99
commit
1bf1bf7eba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57107
@ -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}
|
||||
|
||||
|
@ -1 +1 @@
|
||||
An implementation of Python Interpreter with Pure Java
|
||||
An implementation of Python Interpreter in Pure Java
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user