diff options
author | pat <pat@FreeBSD.org> | 2002-01-12 08:17:58 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-12 08:17:58 +0800 |
commit | 9bd7f0e84f28b6cc091fa2f1e092a1b017849c14 (patch) | |
tree | 4867c997c85303314ef188e00d2b347ca42d995d /www/p5-AxKit-XSP-IfParam | |
parent | 188e66bcfde87d13638903c2b7fa79c023ee2913 (diff) | |
download | freebsd-ports-gnome-9bd7f0e84f28b6cc091fa2f1e092a1b017849c14.tar.gz freebsd-ports-gnome-9bd7f0e84f28b6cc091fa2f1e092a1b017849c14.tar.zst freebsd-ports-gnome-9bd7f0e84f28b6cc091fa2f1e092a1b017849c14.zip |
New port www/p5-AxKit-XSP-IfParam Equivalent of XSP Param taglib,
but conditional plugin for AxKit
PR: 33693
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Diffstat (limited to 'www/p5-AxKit-XSP-IfParam')
-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 |
5 files changed, 37 insertions, 0 deletions
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 |