diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 06:29:59 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-18 06:29:59 +0000 |
commit | 588f799d6e2c90087f3daed549460fd8bb9888b5 (patch) | |
tree | 6a5bde1c43704da10abb1a5e7380d49b468b14bf /www/p5-PHP-Session | |
parent | 26f0fdeb63116f3dffd2e37d0db6a57303820069 (diff) | |
download | ports-588f799d6e2c90087f3daed549460fd8bb9888b5.tar.gz ports-588f799d6e2c90087f3daed549460fd8bb9888b5.zip |
Notes
Diffstat (limited to 'www/p5-PHP-Session')
-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 |
4 files changed, 40 insertions, 0 deletions
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 |