mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp
32 lines
667 B
Makefile
32 lines
667 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Inline::Java
|
|
# Date created: Aug 15, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Inline-Java
|
|
PORTVERSION= 0.53
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write Perl subroutines and classes in Java
|
|
|
|
BUILD_DEPENDS= p5-Inline>=0.44:${PORTSDIR}/devel/p5-Inline \
|
|
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.5+
|
|
JAVA_OS= native
|
|
|
|
PERL_CONFIGURE= 5.8.1+
|
|
CONFIGURE_ARGS= J2SDK=${JAVA_HOME} </dev/null
|
|
|
|
MAN3= Inline::Java.3 \
|
|
Inline::Java::Callback.3
|
|
|
|
.include <bsd.port.mk>
|