Add port www/p5-AxKit-XSP-ESQL - An Extended SQL taglib for AxKit

eXtensible Server Pages

PR:		33692
Submitted by:	Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
Patrick Li 2002-01-12 00:13:23 +00:00
parent 41a4c8f4ee
commit e846021bdd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52945
6 changed files with 40 additions and 0 deletions

View File

@ -235,6 +235,7 @@
SUBDIR += p5-Apache-Session-SharedMem
SUBDIR += p5-AxKit
SUBDIR += p5-AxKit-XSP-Cookie
SUBDIR += p5-AxKit-XSP-ESQL
SUBDIR += p5-CGI-Application
SUBDIR += p5-CGI-ArgChecker
SUBDIR += p5-CGI-Cache

View File

@ -0,0 +1,28 @@
# Ports collection Makefile for: p5-AxKit-XSP-ESQL
# Date created: 8 Jan 2002
# Whom: dom@happygiraffe.net
#
# $FreeBSD$
#
PORTNAME= AxKit-XSP-ESQL
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}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
${SITE_PERL}/AxKit/XSP/Util.pm:${PORTSDIR}/www/p5-AxKit-XSP-Util
RUN_DEPENDS= ${BUILD_DEPENDS}
SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= AxKit::XSP::ESQL.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (AxKit-XSP-ESQL-1.4.tar.gz) = 654a14671fb655d6e987c85975b44cf7

View File

@ -0,0 +1 @@
An Extended SQL taglib for AxKit eXtensible Server Pages

View File

@ -0,0 +1,3 @@
An Extended SQL taglib for AxKit eXtensible Server Pages
WWW: http://search.cpan.org/search?dist=AxKit-XSP-ESQL

View File

@ -0,0 +1,6 @@
lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/ESQL.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/ESQL/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/ESQL
@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