summaryrefslogtreecommitdiff
path: root/www/p5-Sledge-SessionManager-CookieStore/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-26 21:51:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-26 21:51:50 +0000
commit4bffadb4da6980f53263da38bd9b97bb59932bd1 (patch)
treeab20480e513534a412ee6d943cdfebde711df31f /www/p5-Sledge-SessionManager-CookieStore/Makefile
parentAdd p5-Sledge-Plugin-SessionAutoCleanup, a Sledge plug-in that (diff)
Add p5-Sledge-SessionManager-CookieStore, a Sledge extension that
stores session data to HTTP cookies.
Notes
Notes: svn path=/head/; revision=76535
Diffstat (limited to 'www/p5-Sledge-SessionManager-CookieStore/Makefile')
-rw-r--r--www/p5-Sledge-SessionManager-CookieStore/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Sledge-SessionManager-CookieStore/Makefile b/www/p5-Sledge-SessionManager-CookieStore/Makefile
new file mode 100644
index 000000000000..34f02066f647
--- /dev/null
+++ b/www/p5-Sledge-SessionManager-CookieStore/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: p5-Sledge-SessionManager-CookieStore
+# Date created: 27 February 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sledge-SessionManager-CookieStore
+PORTVERSION= 0.01
+CATEGORIES= www perl5
+MASTER_SITES= http://downloads.sourceforge.jp/sledge/2367/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= A Sledge extension that stores session data to HTTP cookies
+
+BUILD_DEPENDS= ${PM_DEPENDS}
+RUN_DEPENDS= ${PM_DEPENDS}
+
+PM_DEPENDS= ${SITE_PERL}/Sledge.pm:${PORTSDIR}/www/p5-Sledge
+PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish
+PM_DEPENDS+= ${SITE_PERL}/Crypt/CBC.pm:${PORTSDIR}/security/p5-Crypt-CBC
+PM_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+
+PERL_CONFIGURE= yes
+
+MAN3= Sledge::SessionManager::CookieStore.3
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>