mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Add www/p5-CGI-Builder-TT2 0.03, CGI::Builder and Template Toolkit 2
integration. PR: ports/73270 Submitted by: Daniel Wijnands <daniel@itxl.nl>
This commit is contained in:
parent
0c0be630f6
commit
cd6872d66a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131433
5 changed files with 38 additions and 0 deletions
|
@ -433,6 +433,7 @@
|
|||
SUBDIR += p5-CGI-Application-ValidateRM
|
||||
SUBDIR += p5-CGI-ArgChecker
|
||||
SUBDIR += p5-CGI-Builder
|
||||
SUBDIR += p5-CGI-Builder-TT2
|
||||
SUBDIR += p5-CGI-Cache
|
||||
SUBDIR += p5-CGI-FastTemplate
|
||||
SUBDIR += p5-CGI-Framework
|
||||
|
|
26
www/p5-CGI-Builder-TT2/Makefile
Normal file
26
www/p5-CGI-Builder-TT2/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: CGI::Builder::TT2
|
||||
# Date created: 20 Oct 2004
|
||||
# Whom: Daniel Wijnands <daniel@itxl.nl>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGI-Builder-TT2
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/L/LA/LARSEN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= daniel@itxl.nl
|
||||
COMMENT= CGI::Builder and Template Toolkit 2 integration
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/CGI/Builder.pm:${PORTSDIR}/www/p5-CGI-Builder \
|
||||
${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= CGI::Builder::TT2.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-CGI-Builder-TT2/distinfo
Normal file
2
www/p5-CGI-Builder-TT2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (CGI-Builder-TT2-0.03.tar.gz) = 0f432279dec358eb96a85a4d105d9b4c
|
||||
SIZE (CGI-Builder-TT2-0.03.tar.gz) = 9587
|
6
www/p5-CGI-Builder-TT2/pkg-descr
Normal file
6
www/p5-CGI-Builder-TT2/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
CGI::Builder and Template Toolkit 2 integration
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=CGI-Builder-TT2
|
||||
|
||||
- Daniel
|
||||
daniel@itxl.nl
|
3
www/p5-CGI-Builder-TT2/pkg-plist
Normal file
3
www/p5-CGI-Builder-TT2/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/CGI/Builder/TT2.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Builder/TT2/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CGI/Builder/TT2
|
Loading…
Add table
Reference in a new issue