freebsd-ports/www/servlet-api/Makefile
Herve Quiroz 7c0c4e551a The Servlet API
Java Servlet technology provides Web developers with a simple, consistent
mechanism for extending the functionality of a Web server and for accessing
existing business systems. A servlet can almost be thought of as an applet that
runs on the server side -- without a face. Java servlets make many Web
applications possible.

WWW: http://java.sun.com/products/servlet/
2005-10-12 11:51:51 +00:00

28 lines
570 B
Makefile

# New ports collection makefile for: Servlet API
# Date created: October 13, 2005
# Whom: Herve Quiroz <hq@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= servlet-api
PORTVERSION= 2.4
CATEGORIES= www java
MASTER_SITES= http://www.ibiblio.org/maven/servletapi/jars/
EXTRACT_SUFX= .jar
EXTRACT_ONLY= # empty
MAINTAINER= hq@FreeBSD.org
COMMENT= The Servlet API (JSR-168)
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar
do-install:
${INSTALL_DATA} ${_DISTDIR}/${DISTFILES} ${JAVAJARDIR}/${PORTNAME}.jar
.include <bsd.port.mk>