1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/p5-Java/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

33 lines
654 B
Makefile

# New ports collection makefile for: Java
# Date Created: 27 January 2006
# Whom: Simun Mikecin <numisemis@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= Java
PORTVERSION= 4.7
PORTREVISION= 3
CATEGORIES= devel java perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= numisemis@yahoo.com
COMMENT= Perl extension for accessing a JVM remotely or locally
USE_RC_SUBR= javaserver.sh
PERL_CONFIGURE= YES
USE_JAVA= yes
JAVA_VERSION= 1.1+
MAN3= Java.3 JavaArray.3
post-patch:
${RM} ${WRKSRC}/java_server_install.pl
post-install:
${MKDIR} ${PREFIX}/share/p5-Java
${INSTALL_DATA} ${WRKSRC}/JavaServer.jar ${PREFIX}/share/p5-Java
.include <bsd.port.mk>