summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 06:29:59 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-18 06:29:59 +0000
commit588f799d6e2c90087f3daed549460fd8bb9888b5 (patch)
tree6a5bde1c43704da10abb1a5e7380d49b468b14bf /www
parentNew port devel/p5-UNIVERSAL-exports (diff)
New port www/p5-PHP-Session
Read / write PHP session files PR: ports/51033 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=79206
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/p5-PHP-Session/Makefile27
-rw-r--r--www/p5-PHP-Session/distinfo1
-rw-r--r--www/p5-PHP-Session/pkg-descr4
-rw-r--r--www/p5-PHP-Session/pkg-plist8
5 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ea01b42ddd02..9ee468294795 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -342,6 +342,7 @@
SUBDIR += p5-HTTP-WebTest
SUBDIR += p5-HTTPD-Log-Filter
SUBDIR += p5-HTTPD-Tools
+ SUBDIR += p5-PHP-Session
SUBDIR += p5-ParallelUA
SUBDIR += p5-Sledge
SUBDIR += p5-Sledge-Plugin-Download
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile
new file mode 100644
index 000000000000..182426889f51
--- /dev/null
+++ b/www/p5-PHP-Session/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: p5-PHP-Session
+# Date created: 16 April 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= PHP-Session
+PORTVERSION= 0.20
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= PHP
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Read / write PHP session files
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= PHP::Session.3 PHP::Session::Serializer::PHP.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/www/p5-PHP-Session/distinfo b/www/p5-PHP-Session/distinfo
new file mode 100644
index 000000000000..766db9a14e16
--- /dev/null
+++ b/www/p5-PHP-Session/distinfo
@@ -0,0 +1 @@
+MD5 (PHP-Session-0.20.tar.gz) = 2712956bfe8a174eabb5b2e45de50631
diff --git a/www/p5-PHP-Session/pkg-descr b/www/p5-PHP-Session/pkg-descr
new file mode 100644
index 000000000000..b5b8771f1194
--- /dev/null
+++ b/www/p5-PHP-Session/pkg-descr
@@ -0,0 +1,4 @@
+PHP::Session provides a way to read / write PHP4 session files, with which
+you can make your Perl application session shared with PHP4.
+
+WWW: http://search.cpan.org/author/MIYAGAWA/PHP-Session/
diff --git a/www/p5-PHP-Session/pkg-plist b/www/p5-PHP-Session/pkg-plist
new file mode 100644
index 000000000000..76812b53f84c
--- /dev/null
+++ b/www/p5-PHP-Session/pkg-plist
@@ -0,0 +1,8 @@
+lib/perl5/site_perl/%%PERL_VER%%/PHP/Session.pm
+lib/perl5/site_perl/%%PERL_VER%%/PHP/Session/Serializer/PHP.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PHP/Session
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PHP
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/PHP/Session/Serializer
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/PHP/Session
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/PHP 2>/dev/null || true