summaryrefslogtreecommitdiff
path: root/www/p5-PHP-Session
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-02 15:39:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-02 15:39:56 +0000
commit4444ac8dedb00dbc33e90bfe1f9beb240313c9e5 (patch)
treea72482672c798c376d004adffd89f69df4949c08 /www/p5-PHP-Session
parent- update to 1.2.2 (diff)
Update to 0.21, cleanup
Notes
Notes: svn path=/head/; revision=90037
Diffstat (limited to 'www/p5-PHP-Session')
-rw-r--r--www/p5-PHP-Session/Makefile7
-rw-r--r--www/p5-PHP-Session/distinfo2
-rw-r--r--www/p5-PHP-Session/pkg-descr2
-rw-r--r--www/p5-PHP-Session/pkg-plist16
4 files changed, 13 insertions, 14 deletions
diff --git a/www/p5-PHP-Session/Makefile b/www/p5-PHP-Session/Makefile
index 7da2e978f848..24578af52490 100644
--- a/www/p5-PHP-Session/Makefile
+++ b/www/p5-PHP-Session/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= PHP-Session
-PORTVERSION= 0.20
+PORTVERSION= 0.21
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PHP
@@ -15,13 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
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
+BUILD_DEPENDS= ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-exports \
+ ${SITE_PERL}/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
index 766db9a14e16..1d8b62ca25f4 100644
--- a/www/p5-PHP-Session/distinfo
+++ b/www/p5-PHP-Session/distinfo
@@ -1 +1 @@
-MD5 (PHP-Session-0.20.tar.gz) = 2712956bfe8a174eabb5b2e45de50631
+MD5 (PHP-Session-0.21.tar.gz) = c9ebd0f91382ccb0e78d1622e4b378f6
diff --git a/www/p5-PHP-Session/pkg-descr b/www/p5-PHP-Session/pkg-descr
index b5b8771f1194..8d1e2c5d2e9c 100644
--- a/www/p5-PHP-Session/pkg-descr
+++ b/www/p5-PHP-Session/pkg-descr
@@ -1,4 +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/
+WWW: http://search.cpan.org/dist/PHP-Session/
diff --git a/www/p5-PHP-Session/pkg-plist b/www/p5-PHP-Session/pkg-plist
index 76812b53f84c..c9cf63015aa5 100644
--- a/www/p5-PHP-Session/pkg-plist
+++ b/www/p5-PHP-Session/pkg-plist
@@ -1,8 +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
+%%SITE_PERL%%/PHP/Session.pm
+%%SITE_PERL%%/PHP/Session/Serializer/PHP.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP/Session
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PHP
+@dirrm %%SITE_PERL%%/PHP/Session/Serializer
+@dirrm %%SITE_PERL%%/PHP/Session
+@unexec rmdir %D/%%SITE_PERL%%/PHP 2>/dev/null || true