diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:13:23 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-12 00:13:23 +0000 |
commit | e846021bdd1a0acb50f44451b0072ba5e2ad03be (patch) | |
tree | 16da9cf8e453ff48f76b96742f052cd6c4cc2fa8 /www | |
parent | 41a4c8f4ee5549e8d62eb9702e5f1873b961304a (diff) | |
download | ports-e846021bdd1a0acb50f44451b0072ba5e2ad03be.tar.gz ports-e846021bdd1a0acb50f44451b0072ba5e2ad03be.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-ESQL/Makefile | 28 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-ESQL/distinfo | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-ESQL/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-ESQL/pkg-descr | 3 | ||||
-rw-r--r-- | www/p5-AxKit-XSP-ESQL/pkg-plist | 6 |
6 files changed, 40 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 273a1ee1c9d6..b16b99d0ca3d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-AxKit-XSP-ESQL/Makefile b/www/p5-AxKit-XSP-ESQL/Makefile new file mode 100644 index 000000000000..7a6dc8af483c --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/Makefile @@ -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> diff --git a/www/p5-AxKit-XSP-ESQL/distinfo b/www/p5-AxKit-XSP-ESQL/distinfo new file mode 100644 index 000000000000..cf37155c28e8 --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/distinfo @@ -0,0 +1 @@ +MD5 (AxKit-XSP-ESQL-1.4.tar.gz) = 654a14671fb655d6e987c85975b44cf7 diff --git a/www/p5-AxKit-XSP-ESQL/pkg-comment b/www/p5-AxKit-XSP-ESQL/pkg-comment new file mode 100644 index 000000000000..314c344f427e --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/pkg-comment @@ -0,0 +1 @@ +An Extended SQL taglib for AxKit eXtensible Server Pages diff --git a/www/p5-AxKit-XSP-ESQL/pkg-descr b/www/p5-AxKit-XSP-ESQL/pkg-descr new file mode 100644 index 000000000000..e78f17483763 --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/pkg-descr @@ -0,0 +1,3 @@ +An Extended SQL taglib for AxKit eXtensible Server Pages + +WWW: http://search.cpan.org/search?dist=AxKit-XSP-ESQL diff --git a/www/p5-AxKit-XSP-ESQL/pkg-plist b/www/p5-AxKit-XSP-ESQL/pkg-plist new file mode 100644 index 000000000000..f3bc1d747972 --- /dev/null +++ b/www/p5-AxKit-XSP-ESQL/pkg-plist @@ -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 |