mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
The following features have been added or changed: - Instead of USE_JAVA use USES=java. This defaults to USES=java:build,run if NO_BUILD is undefined. Else it defaults to USES=java:run - Instead of USE_ANT=yes use USES=java:ant which also implies USES=java:build - Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or extract - Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply build or run - Instead of JAVA_RUN=yes use USES=java:run does not imply extract or build - Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version> Approved by: mat (portmgr), glewis Differential Revision: https://reviews.freebsd.org/D48201
26 lines
539 B
Makefile
26 lines
539 B
Makefile
PORTNAME= Inline-Java
|
|
PORTVERSION= 0.540
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel java perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Write Perl subroutines and classes in Java
|
|
WWW= https://metacpan.org/release/Inline-Java
|
|
|
|
LICENSE= ARTPERL10
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Inline>=0.68:devel/p5-Inline \
|
|
p5-Inline-C>=0.62:devel/p5-Inline-C
|
|
|
|
USES= java perl5
|
|
JAVA_OS= native
|
|
USE_PERL5= configure
|
|
|
|
CONFIGURE_ARGS= J2SDK=${JAVA_HOME} </dev/null
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|