mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
682 B
Makefile
34 lines
682 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: Inline::Java
|
|
# Date created: Aug 15, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Inline-Java
|
|
PORTVERSION= 0.52
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lbr@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.4+
|
|
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>
|