summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2000-03-19 05:44:42 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2000-03-19 05:44:42 +0000
commit8a10c9cc2eafa015462d9bf875846972684e7fa0 (patch)
treef4f0dded43ff63c838e2bf202c810913d144f43c /www/p5-Apache-Session/Makefile
parentlibapreq - Generic Apache Request Library (diff)
A persistence framework for session data
PR: ports/17381 Submitted by: frank@exit.com (Frank Mayhar)
Notes
Notes: svn path=/head/; revision=26813
Diffstat (limited to 'www/p5-Apache-Session/Makefile')
-rw-r--r--www/p5-Apache-Session/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
new file mode 100644
index 000000000000..a6c0ca3a0ace
--- /dev/null
+++ b/www/p5-Apache-Session/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: p5-Apache-Session
+# Version required: 1.03
+# Date created: March 13, 2000
+# Whom: Frank Mayhar <frank@exit.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= Apache-Session-1.03
+PKGNAME= p5-Apache-Session-1.03
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Apache
+
+MAINTAINER= frank@exit.com
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+
+USE_PERL5= YES
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Apache::Session::Counted.3 Apache::Session::DBIStore.3 \
+ Apache::Session::Embperl.3 Apache::Session::DBI.3 \
+ Apache::Session.3
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${PERL5} Makefile.PL
+
+.include <bsd.port.mk>