mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
41a4c8f4ee
commit
e846021bdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52945
@ -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
|
||||
|
28
www/p5-AxKit-XSP-ESQL/Makefile
Normal file
28
www/p5-AxKit-XSP-ESQL/Makefile
Normal 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>
|
1
www/p5-AxKit-XSP-ESQL/distinfo
Normal file
1
www/p5-AxKit-XSP-ESQL/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (AxKit-XSP-ESQL-1.4.tar.gz) = 654a14671fb655d6e987c85975b44cf7
|
1
www/p5-AxKit-XSP-ESQL/pkg-comment
Normal file
1
www/p5-AxKit-XSP-ESQL/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An Extended SQL taglib for AxKit eXtensible Server Pages
|
3
www/p5-AxKit-XSP-ESQL/pkg-descr
Normal file
3
www/p5-AxKit-XSP-ESQL/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
An Extended SQL taglib for AxKit eXtensible Server Pages
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=AxKit-XSP-ESQL
|
6
www/p5-AxKit-XSP-ESQL/pkg-plist
Normal file
6
www/p5-AxKit-XSP-ESQL/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user