summaryrefslogtreecommitdiff
path: root/www/p5-Apache-ASP/Makefile
diff options
context:
space:
mode:
authortv <tv>1998-12-05 03:48:46 +0000
committertv <tv>1998-12-05 03:48:46 +0000
commit423e9a72785014e878701fb4bf4d4ecd22ed80ac (patch)
treed52c4b1247f068df6baa7e3949715bb19e036ed1 /www/p5-Apache-ASP/Makefile
parent8a24ad08af5076d1e7e73a71e59c32b890b0c23f (diff)
downloadpkgsrc-423e9a72785014e878701fb4bf4d4ecd22ed80ac.tar.gz
Add p5-Apache-ASP, our first Apache module written in perl.
Implements the Active Server Pages (ASP) with perl as the scripting language.
Diffstat (limited to 'www/p5-Apache-ASP/Makefile')
-rw-r--r--www/p5-Apache-ASP/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile
new file mode 100644
index 00000000000..7edd5ae60c5
--- /dev/null
+++ b/www/p5-Apache-ASP/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 03:48:46 tv Exp $
+#
+
+DISTNAME= Apache-ASP-0.05
+PKGNAME= p5-Apache-ASP-0.05
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache/CHAMAS
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/
+
+# all other needs are already pulled in by p5-libwww
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/URL.pm:../../www/p5-libwww \
+ ${PREFIX}/lib/perl5/site_perl/MLDBM.pm:../../devel/p5-MLDBM \
+ ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_PERL5= YES
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"