diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-18 14:29:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-18 14:29:59 +0800 |
commit | ec7b9e307d0f4717d4f01d86b331c63573e13277 (patch) | |
tree | e12642ebf5204cfe485c86266a0b3239ebb412f0 /www | |
parent | 03218a6277862d9f0c148515ae91397be4802192 (diff) | |
download | freebsd-ports-gnome-ec7b9e307d0f4717d4f01d86b331c63573e13277.tar.gz freebsd-ports-gnome-ec7b9e307d0f4717d4f01d86b331c63573e13277.tar.zst freebsd-ports-gnome-ec7b9e307d0f4717d4f01d86b331c63573e13277.zip |
New port www/p5-PHP-Session
Read / write PHP session files
PR: ports/51033
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-PHP-Session/Makefile | 27 | ||||
-rw-r--r-- | www/p5-PHP-Session/distinfo | 1 | ||||
-rw-r--r-- | www/p5-PHP-Session/pkg-descr | 4 | ||||
-rw-r--r-- | www/p5-PHP-Session/pkg-plist | 8 |
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 |