freebsd-ports/devel/p5-Java/Makefile
Doug Barton 9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00

32 lines
651 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
PERL_CONFIGURE= YES
USE_JAVA= yes
JAVA_VERSION= 1.5+
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>