Add port www/p5-AxKit-XSP-Util - XSP util taglib plugin for AxKit
PR: 33694 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
parent
675c49b786
commit
09f4e2dae7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52953
6 changed files with 42 additions and 0 deletions
|
@ -239,6 +239,7 @@
|
|||
SUBDIR += p5-AxKit-XSP-Exception
|
||||
SUBDIR += p5-AxKit-XSP-IfParam
|
||||
SUBDIR += p5-AxKit-XSP-Param
|
||||
SUBDIR += p5-AxKit-XSP-Util
|
||||
SUBDIR += p5-CGI-Application
|
||||
SUBDIR += p5-CGI-ArgChecker
|
||||
SUBDIR += p5-CGI-Cache
|
||||
|
|
27
www/p5-AxKit-XSP-Util/Makefile
Normal file
27
www/p5-AxKit-XSP-Util/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Ports collection Makefile for: p5-AxKit-XSP-Util
|
||||
# Date created: 8 Jan 2002
|
||||
# Whom: dom@happygiraffe.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AxKit-XSP-Util
|
||||
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 \
|
||||
${SITE_PERL}/${PERL_ARCH}/HTTP/GHTTP.pm:${PORTSDIR}/www/p5-HTTP-GHTTP
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
|
||||
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= AxKit::XSP::Util.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-AxKit-XSP-Util/distinfo
Normal file
1
www/p5-AxKit-XSP-Util/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (AxKit-XSP-Util-1.4.tar.gz) = b7d51c1c05db9db2dbd85b19f80d0490
|
1
www/p5-AxKit-XSP-Util/pkg-comment
Normal file
1
www/p5-AxKit-XSP-Util/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
XSP util: taglib plugin for AxKit
|
6
www/p5-AxKit-XSP-Util/pkg-descr
Normal file
6
www/p5-AxKit-XSP-Util/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The XSP util: taglib seeks to add a short list of basic utility
|
||||
functions to the eXtesible Server Pages library. It trivializes the
|
||||
inclusion of external fragments and adds a few other useful bells and
|
||||
whistles.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=AxKit-XSP-Util
|
6
www/p5-AxKit-XSP-Util/pkg-plist
Normal file
6
www/p5-AxKit-XSP-Util/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/Util.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Util/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/Util
|
||||
@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
|
Loading…
Reference in a new issue