diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:17:58 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:17:58 +0000 |
commit | 33e986352dfdfab95142693c45085b7748d07e71 (patch) | |
tree | 3e5fa2ff8e137257229e09ebd274e4636ba21dda | |
parent | 07beccc3e8d0d1a657b37c3f49525edf5de07615 (diff) | |
download | ports-33e986352dfdfab95142693c45085b7748d07e71.tar.gz ports-33e986352dfdfab95142693c45085b7748d07e71.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-IfParam/Makefile | 26 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-IfParam/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-IfParam/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-IfParam/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-IfParam/pkg-plist | 6 |
6 files changed, 38 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 820c4aa601b0..34766dfe1b54 100644 --- a/www/Makefile +++ b/www/Makefile @@ -237,6 +237,7 @@ SUBDIR += p5-AxKit-XSP-Cookie SUBDIR += p5-AxKit-XSP-ESQL SUBDIR += p5-AxKit-XSP-Exception + SUBDIR += p5-AxKit-XSP-IfParam SUBDIR += p5-CGI-Application SUBDIR += p5-CGI-ArgChecker SUBDIR += p5-CGI-Cache diff --git a/www/p5-AxKit-XSP-IfParam/Makefile b/www/p5-AxKit-XSP-IfParam/Makefile new file mode 100644 index 000000000000..2e14021ec946 --- /dev/null +++ b/www/p5-AxKit-XSP-IfParam/Makefile @@ -0,0 +1,26 @@ +# Ports collection Makefile for: p5-AxKit-XSP-IfParam +# Date created: 8 Jan 2002 +# Whom: dom@happygiraffe.net +# +# $FreeBSD$ +# + +PORTNAME= AxKit-XSP-IfParam +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::IfParam.3 + +PERL_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/www/p5-AxKit-XSP-IfParam/distinfo b/www/p5-AxKit-XSP-IfParam/distinfo new file mode 100644 index 000000000000..3abd6722d9db --- /dev/null +++ b/www/p5-AxKit-XSP-IfParam/distinfo @@ -0,0 +1 @@ +MD5 (AxKit-XSP-IfParam-1.4.tar.gz) = 918270cdcd32f8779bac022a87ae7f9f diff --git a/www/p5-AxKit-XSP-IfParam/pkg-comment b/www/p5-AxKit-XSP-IfParam/pkg-comment new file mode 100644 index 000000000000..751ad182e409 --- /dev/null +++ b/www/p5-AxKit-XSP-IfParam/pkg-comment @@ -0,0 +1 @@ +Equivalent of XSP Param taglib, but conditional plugin for AxKit diff --git a/www/p5-AxKit-XSP-IfParam/pkg-descr b/www/p5-AxKit-XSP-IfParam/pkg-descr new file mode 100644 index 000000000000..704bd5bf969d --- /dev/null +++ b/www/p5-AxKit-XSP-IfParam/pkg-descr @@ -0,0 +1,3 @@ +This perl module provides conditional parameter support for AxKit XSP's. + +WWW: http://search.cpan.org/search?dist=AxKit-XSP-IfParam diff --git a/www/p5-AxKit-XSP-IfParam/pkg-plist b/www/p5-AxKit-XSP-IfParam/pkg-plist new file mode 100644 index 000000000000..11092a3bc364 --- /dev/null +++ b/www/p5-AxKit-XSP-IfParam/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/IfParam.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/IfParam/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/IfParam +@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 |