summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session-Wrapper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache-Session-Wrapper/Makefile')
-rw-r--r--www/p5-Apache-Session-Wrapper/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile
new file mode 100644
index 00000000000..1dfcf6ee3c8
--- /dev/null
+++ b/www/p5-Apache-Session-Wrapper/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 22:24:19 he Exp $
+
+DISTNAME= Apache-Session-Wrapper-0.17
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://search.cpan.org/~drolsky/Apache-Session-Wrapper-0.17/
+COMMENT= Perl5 module doing a wrapper around Apache::Session
+
+DEPENDS+= p5-Apache-Session>=1.6:../../www/p5-Apache-Session
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/Wrapper/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"