diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:11:20 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:11:20 +0000 |
commit | 41a4c8f4ee5549e8d62eb9702e5f1873b961304a (patch) | |
tree | b101f765824621688acc83e84b003bca1ddd836e /www/p5-AxKit-XSP-Cookie | |
parent | 2d0ecd9cc1acee0bd0e0e50baa44b5c5800f475b (diff) | |
download | ports-41a4c8f4ee5549e8d62eb9702e5f1873b961304a.tar.gz ports-41a4c8f4ee5549e8d62eb9702e5f1873b961304a.zip |
Notes
Diffstat (limited to 'www/p5-AxKit-XSP-Cookie')
-rw-r--r-- | www/p5-AxKit-XSP-Cookie/Makefile | 26 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Cookie/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Cookie/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Cookie/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Cookie/pkg-plist | 6 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-AxKit-XSP-Cookie/Makefile b/www/p5-AxKit-XSP-Cookie/Makefile new file mode 100644 index 000000000000..9725ea317eb7 --- /dev/null +++ b/www/p5-AxKit-XSP-Cookie/Makefile @@ -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> diff --git a/www/p5-AxKit-XSP-Cookie/distinfo b/www/p5-AxKit-XSP-Cookie/distinfo new file mode 100644 index 000000000000..552cb7b28034 --- /dev/null +++ b/www/p5-AxKit-XSP-Cookie/distinfo @@ -0,0 +1 @@ +MD5 (AxKit-XSP-Cookie-1.41.tar.gz) = 5783997b687599a9b6ef23aa265e6a44 diff --git a/www/p5-AxKit-XSP-Cookie/pkg-comment b/www/p5-AxKit-XSP-Cookie/pkg-comment new file mode 100644 index 000000000000..8b4890c33231 --- /dev/null +++ b/www/p5-AxKit-XSP-Cookie/pkg-comment @@ -0,0 +1 @@ +An XSP library for setting and getting HTTP cookies diff --git a/www/p5-AxKit-XSP-Cookie/pkg-descr b/www/p5-AxKit-XSP-Cookie/pkg-descr new file mode 100644 index 000000000000..810d2ae46205 --- /dev/null +++ b/www/p5-AxKit-XSP-Cookie/pkg-descr @@ -0,0 +1,3 @@ +An XSP library for setting and getting HTTP cookies. + +WWW: http://search.cpan.org/search?dist=AxKit-XSP-Cookie diff --git a/www/p5-AxKit-XSP-Cookie/pkg-plist b/www/p5-AxKit-XSP-Cookie/pkg-plist new file mode 100644 index 000000000000..29451e987420 --- /dev/null +++ b/www/p5-AxKit-XSP-Cookie/pkg-plist @@ -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 |