mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add port www/p5-AxKit-XSP-WebUtils - Plugin for AxKit that provide
utilities for building XSP web apps PR: 33697 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
This commit is contained in:
parent
3afabb25ea
commit
99e4669124
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52959
@ -242,6 +242,7 @@
|
||||
SUBDIR += p5-AxKit-XSP-PerForm
|
||||
SUBDIR += p5-AxKit-XSP-Sendmail
|
||||
SUBDIR += p5-AxKit-XSP-Util
|
||||
SUBDIR += p5-AxKit-XSP-WebUtils
|
||||
SUBDIR += p5-CGI-Application
|
||||
SUBDIR += p5-CGI-ArgChecker
|
||||
SUBDIR += p5-CGI-Cache
|
||||
|
27
www/p5-AxKit-XSP-WebUtils/Makefile
Normal file
27
www/p5-AxKit-XSP-WebUtils/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# Ports collection Makefile for: p5-AxKit-XSP-WebUtils
|
||||
# Date created: 8 Jan 2002
|
||||
# Whom: dom@happygiraffe.net
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AxKit-XSP-WebUtils
|
||||
PORTVERSION= 1.3.90
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.cpan.org/authors/id/M/MS/MSERGEANT/
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/3./3_/}
|
||||
|
||||
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::WebUtils.3
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
1
www/p5-AxKit-XSP-WebUtils/distinfo
Normal file
1
www/p5-AxKit-XSP-WebUtils/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (AxKit-XSP-WebUtils-1.3_90.tar.gz) = 6cde777967e720820825c6958cfc176a
|
1
www/p5-AxKit-XSP-WebUtils/pkg-comment
Normal file
1
www/p5-AxKit-XSP-WebUtils/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Plugin for AxKit that provide utilities for building XSP web apps
|
3
www/p5-AxKit-XSP-WebUtils/pkg-descr
Normal file
3
www/p5-AxKit-XSP-WebUtils/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
This perl module provides web utilities for AxKit XSP's.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=AxKit-XSP-WebUtils
|
6
www/p5-AxKit-XSP-WebUtils/pkg-plist
Normal file
6
www/p5-AxKit-XSP-WebUtils/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/AxKit/XSP/WebUtils.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/WebUtils/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/AxKit/XSP/WebUtils
|
||||
@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