diff options
author | jlam <jlam> | 2003-01-01 07:03:40 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-01-01 07:03:40 +0000 |
commit | cb69de9c3556f9f58733e58619e137bd71c0a9ee (patch) | |
tree | 0cbfed6ab0a6c2636343525e48509b59f0b5fb44 /www/iasp/Makefile.common | |
parent | ffeb9f1acd30cca2440f79d68af16a9978709daa (diff) | |
download | pkgsrc-cb69de9c3556f9f58733e58619e137bd71c0a9ee.tar.gz |
Initial import of www/iasp.
Instant ASP (iASP) is a portable Active Server framework that allows
deploying Active Server Pages (ASP) on any Java technology-enabled web
server.
This package contains the developer's version of iASP, which may be
fully licensed into the Enterprise iASP Edition.
Diffstat (limited to 'www/iasp/Makefile.common')
-rw-r--r-- | www/iasp/Makefile.common | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/iasp/Makefile.common b/www/iasp/Makefile.common new file mode 100644 index 00000000000..0c7fb9548b2 --- /dev/null +++ b/www/iasp/Makefile.common @@ -0,0 +1,16 @@ +# $NetBSD: Makefile.common,v 1.1.1.1 2003/01/01 07:03:42 jlam Exp $ +# +# This file is included by the following packages: +# www/ap-iasp, www/iasp + +DISTNAME= iASP2.1.01 +CATEGORIES= www +MASTER_SITES= http://www.stryon.com/iasp/211/ + +IASP_VERSION= 2.1.1 +IASP_TARFILE= iasp21.tar +IASP_DIR= iasp21 +IASP_DESTDIR= ${PREFIX}/java/${IASP_DIR} + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.stryon.com/docs/ |