New port www/p5-AxKit-XSP-Cookie - An XSP library for setting and

getting HTTP cookies

PR:		33691
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
Patrick Li 2002-01-12 00:11:20 +00:00
parent 2d0ecd9cc1
commit 41a4c8f4ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52943
6 changed files with 38 additions and 0 deletions

View file

@ -234,6 +234,7 @@
SUBDIR += p5-Apache-Session
SUBDIR += p5-Apache-Session-SharedMem
SUBDIR += p5-AxKit
SUBDIR += p5-AxKit-XSP-Cookie
SUBDIR += p5-CGI-Application
SUBDIR += p5-CGI-ArgChecker
SUBDIR += p5-CGI-Cache

View file

@ -0,0 +1,26 @@
# Ports collection Makefile for: p5-AxKit-XSP-Cookie
# Date created: 8 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= AxKit-XSP-Cookie
PORTVERSION= 1.41
CATEGORIES= www
MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
PKGNAMEPREFIX= p5-
MAINTAINER= dom@happygiraffe.net
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/AxKit.pm:${PORTSDIR}/www/p5-AxKit
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AxKit::XSP::Cookie.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (AxKit-XSP-Cookie-1.41.tar.gz) = 5783997b687599a9b6ef23aa265e6a44

View file

@ -0,0 +1 @@
An XSP library for setting and getting HTTP cookies

View file

@ -0,0 +1,3 @@
An XSP library for setting and getting HTTP cookies.
WWW: http://search.cpan.org/search?dist=AxKit-XSP-Cookie

View file

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/Cookie.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Cookie/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Cookie
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/AxKit 2>/dev/null || true