diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:15:59 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:15:59 +0000 |
commit | 07beccc3e8d0d1a657b37c3f49525edf5de07615 (patch) | |
tree | 0f19859652a87334405c9a2c64ed5b434e323eb3 /www | |
parent | Add port www/p5-AxKit-XSP-ESQL - An Extended SQL taglib for AxKit (diff) |
Add port www/p5-AxKit-XSP-Exception - Exceptions taglib for eXtensible
Server Pages plugin for AxKit
PR: 33692
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Notes
Notes:
svn path=/head/; revision=52947
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Exception/Makefile | 26 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Exception/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Exception/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Exception/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-Exception/pkg-plist | 6 |
6 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b16b99d0ca3d..820c4aa601b0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -236,6 +236,7 @@ SUBDIR += p5-AxKit SUBDIR += p5-AxKit-XSP-Cookie SUBDIR += p5-AxKit-XSP-ESQL + SUBDIR += p5-AxKit-XSP-Exception SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache diff --git a/www/p5-AxKit-XSP-Exception/Makefile b/www/p5-AxKit-XSP-Exception/Makefile new file mode 100644 index 000000000000..05a6cea59cb7 --- /dev/null +++ b/www/p5-AxKit-XSP-Exception/Makefile @@ -0,0 +1,26 @@ +# Ports collection Makefile for: p5-AxKit-XSP-Exception +# Date created: 8 Jan 2002 +# Whom: dom@happygiraffe.net +# +# $FreeBSD$ +# + +PORTNAME= AxKit-XSP-Exception +PORTVERSION= 1.4 +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::Exception.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-AxKit-XSP-Exception/distinfo b/www/p5-AxKit-XSP-Exception/distinfo new file mode 100644 index 000000000000..1ca194de453a --- /dev/null +++ b/www/p5-AxKit-XSP-Exception/distinfo @@ -0,0 +1 @@ +MD5 (AxKit-XSP-Exception-1.4.tar.gz) = 30f590b7a3dde38f11fed1927d0c31c2 diff --git a/www/p5-AxKit-XSP-Exception/pkg-comment b/www/p5-AxKit-XSP-Exception/pkg-comment new file mode 100644 index 000000000000..4fe281a2d5ee --- /dev/null +++ b/www/p5-AxKit-XSP-Exception/pkg-comment @@ -0,0 +1 @@ +Exceptions taglib for eXtensible Server Pages plugin for AxKit diff --git a/www/p5-AxKit-XSP-Exception/pkg-descr b/www/p5-AxKit-XSP-Exception/pkg-descr new file mode 100644 index 000000000000..ff26246e76b7 --- /dev/null +++ b/www/p5-AxKit-XSP-Exception/pkg-descr @@ -0,0 +1,3 @@ +Exceptions taglib for eXtensible Server Pages plugin for AxKit + +WWW: http://search.cpan.org/search?dist=AxKit-XSP-Exception diff --git a/www/p5-AxKit-XSP-Exception/pkg-plist b/www/p5-AxKit-XSP-Exception/pkg-plist new file mode 100644 index 000000000000..7d9bb4ad727c --- /dev/null +++ b/www/p5-AxKit-XSP-Exception/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/Exception.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Exception/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Exception +@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 |