mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert to new perl framework
- Trim Makefile header
This commit is contained in:
parent
4819ca343b
commit
4063eccdf2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324175
42 changed files with 103 additions and 152 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Class-DBI-DDL
|
||||
# Date created: 18 january 2005
|
||||
# Whom: Daniel Wijnands <daniel@itxl.nl>
|
||||
#
|
||||
# Created by: Daniel Wijnands <daniel@itxl.nl>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-DBI-DDL
|
||||
PORTVERSION= 1.02
|
||||
|
@ -17,7 +13,8 @@ COMMENT= DDL for Class-DBI
|
|||
RUN_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Class::DBI::DDL.3 \
|
||||
Class::DBI::DDL::Pg.3
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Class-Roles
|
||||
# Date Created: 17 Feb, 2004
|
||||
# Whom: Alex Kapranoff <kappa@freebsd.org.ua>
|
||||
#
|
||||
# Created by: Alex Kapranoff <kappa@freebsd.org.ua>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-Roles
|
||||
PORTVERSION= 0.30
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Provides a role-based system of OOP (emulates Perl6)
|
|||
|
||||
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Class::Roles.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Data-Taxonomy-Tags
|
||||
# Date created: 26 June 2005
|
||||
# Whom: Aaron Dalton <aaron@daltons.ca>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@daltons.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Taxonomy-Tags
|
||||
PORTVERSION= 0.05
|
||||
|
@ -16,6 +12,7 @@ COMMENT= Represents a set of tags for any item
|
|||
|
||||
MAN3= Data::Taxonomy::Tags.3 Data::Taxonomy::Tags::Tag.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Log-Dispatch-Email-EmailSend
|
||||
# Date created: 2 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Log-Dispatch-Email-EmailSend
|
||||
DISTVERSION= 0.03
|
||||
|
@ -21,7 +17,8 @@ BUILD_DEPENDS= p5-Email-Send>=2.0:${PORTSDIR}/mail/p5-Email-Send \
|
|||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= YES
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= ${PORTNAME:S/-/::/g}.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Tree-Node
|
||||
# Date created: 01 July 2005
|
||||
# Whom: Aaron Dalton <aaron@daltons.ca>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@daltons.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Node
|
||||
PORTVERSION= 0.08
|
||||
|
@ -15,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Memory-efficient tree nodes in Perl
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Tree::Node.3
|
||||
|
||||
|
|
|
@ -70,8 +70,8 @@ USE_WX= 2.8+
|
|||
WX_COMPS= wx contrib
|
||||
WX_UNICODE= yes
|
||||
USE_DISPLAY= yes
|
||||
PERL_CONFIGURE= yes
|
||||
USES= gettext
|
||||
USES= perl5 gettext
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
PLIST_SUB= WX_VERSION="${WX_VERSION}"
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Algorithm-Pair-Swiss
|
||||
# Date created: 12 Jun 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Algorithm-Pair-Swiss
|
||||
PORTVERSION= 0.14
|
||||
|
@ -18,6 +14,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|||
|
||||
MAN3= Algorithm::Pair::Swiss.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Games-AlphaBeta
|
||||
# Date created: 27 July 2005
|
||||
# Whom: Aaron Dalton <aaron@daltons.ca>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@daltons.ca>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Games-AlphaBeta
|
||||
PORTVERSION= 0.4.7
|
||||
|
@ -15,7 +11,8 @@ DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Game-tree search with object oriented interface
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN1= othello-demo.1
|
||||
MAN3= Games::AlphaBeta.3 Games::AlphaBeta::Position.3 \
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: CAD-Drawing-Template
|
||||
# Date created: 22 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CAD-Drawing-Template
|
||||
PORTVERSION= 0.01
|
||||
|
@ -21,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
MAN3= CAD::Drawing::Template.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-Math-Spline>=0:${PORTSDIR}/math/p5-Math-Spline \
|
|||
p5-Tree-DAG_Node>=0:${PORTSDIR}/devel/p5-Tree-DAG_Node
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= SVG::Graph.3 \
|
||||
SVG::Graph::Data.3 \
|
||||
|
|
|
@ -22,7 +22,8 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|||
|
||||
CONFLICTS= p5-Mail-SPF-Query-[0-9]*
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
CONFIGURE_ARGS= --install_path sbin=${PREFIX}/sbin
|
||||
|
||||
MAN1= spfquery.pl.1
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: AI-Perceptron
|
||||
# Date created: 04 Nov 2000
|
||||
# Whom: will
|
||||
#
|
||||
# Created by: will
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AI-Perceptron
|
||||
PORTVERSION= 1.0
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Perl module for introducing to internal operations of neural networks
|
|||
BUILD_DEPENDS= p5-accessors>=0:${PORTSDIR}/devel/p5-accessors
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= AI::Perceptron.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: CAD-Calc
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CAD-Calc
|
||||
PORTVERSION= 0.27
|
||||
|
@ -22,6 +18,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
MAN3= CAD::Calc.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Math-Geometry-Planar-Offset
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Geometry-Planar-Offset
|
||||
PORTVERSION= 1.05
|
||||
|
@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
MAN3= Math::Geometry::Planar::Offset.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Math-Round-Var
|
||||
# Date created: 21 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Round-Var
|
||||
PORTVERSION= 1.0.0
|
||||
|
@ -17,6 +13,7 @@ COMMENT= Variations on rounding
|
|||
|
||||
MAN3= Math::Round::Var.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,6 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl module for communicating with the Lego RCX brick via the IR tower
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Net-Address-IPv4-Local
|
||||
# Date created: 25 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net-Address-IPv4-Local
|
||||
PORTVERSION= 0.12
|
||||
|
@ -19,6 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
|
||||
MAN3= Net::Address::IPv4::Local.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: Tree-Authz
|
||||
# Date created: 22 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Tree-Authz
|
||||
PORTVERSION= 0.03
|
||||
|
@ -22,6 +18,7 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
|||
|
||||
MAN3= Tree::Authz.3 Tree::Authz::Role.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: AI-Categorizer
|
||||
# Date created: 19 Feb 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= AI-Categorizer
|
||||
PORTVERSION= 0.09
|
||||
|
@ -48,6 +44,7 @@ MAN3= AI::Categorizer.3 \
|
|||
AI::Categorizer::Learner::Weka.3 \
|
||||
AI::Categorizer::Storable.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Styles for formatting Spreadsheet::WriteExcel
|
||||
|
||||
PERL_MODBUILD= YES
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Spreadsheet::WriteExcel::Styler.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Text-Decorator
|
||||
# Date created: 05 Jun 06
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Decorator
|
||||
PORTVERSION= 1.65
|
||||
|
@ -28,6 +24,7 @@ MAN3= Text::Decorator.3 \
|
|||
Text::Decorator::Group.3 \
|
||||
Text::Decorator::Node.3
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Text-Unaccent
|
||||
# Date created: 25 May 2006
|
||||
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
||||
#
|
||||
# Created by: Aaron Dalton <aaron@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Text-Unaccent
|
||||
PORTVERSION= 1.08
|
||||
|
@ -17,8 +13,8 @@ COMMENT= Remove accents from a string
|
|||
|
||||
MAN3= Text::Unaccent.3
|
||||
|
||||
USES= iconv
|
||||
PERL_CONFIGURE= yes
|
||||
USES= iconv perl5
|
||||
USE_PERL5= configure
|
||||
CFLAGS+= -DICONV_CONST=const
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Unicode-Escape
|
||||
# Date created: 29 Mar 2009
|
||||
# Whom: Vadim Vatlin
|
||||
#
|
||||
# Created by: Vadim Vatlin
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Unicode-Escape
|
||||
PORTVERSION= 0.0.2
|
||||
|
@ -17,7 +13,8 @@ COMMENT= Escape and unescape Unicode characters other than ASCII
|
|||
BUILD_DEPENDS= p5-Unicode-String>=0:${PORTSDIR}/converters/p5-Unicode-String
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Unicode::Escape.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-XML-XBEL
|
||||
# Date created: August 03, 2004
|
||||
# Whom: Aaron Straup Cope <ascope@cpan.org>
|
||||
#
|
||||
# Created by: Aaron Straup Cope <ascope@cpan.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= XML-XBEL
|
||||
PORTVERSION= 1.4
|
||||
|
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \
|
|||
p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= XML::XBEL.3 \
|
||||
XML::XBEL::Alias.3 \
|
||||
|
|
|
@ -18,7 +18,8 @@ BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|||
p5-HTTP-Server-Simple-Static>=0:${PORTSDIR}/www/p5-HTTP-Server-Simple-Static \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Dispatch::Server.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: www/p5-CGI-Application-Plugin-AnyTemplate
|
||||
# Date created: 14 September 2005
|
||||
# Whom: George Hartzell <hartzell@alerce.com>
|
||||
#
|
||||
# Created by: George Hartzell <hartzell@alerce.com>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= CGI-Application-Plugin-AnyTemplate
|
||||
PORTVERSION= 0.18
|
||||
|
@ -20,7 +16,8 @@ BUILD_DEPENDS= p5-CGI-Application-Plugin-Forward>=0:${PORTSDIR}/www/p5-CGI-Appli
|
|||
p5-Clone>=0.23:${PORTSDIR}/devel/p5-Clone
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::AnyTemplate.3 \
|
||||
CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplate.3 \
|
||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS+= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|||
p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \
|
||||
p5-Test-Warn>=0.11:${PORTSDIR}/devel/p5-Test-Warn
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::Authentication::Display.3 \
|
||||
CGI::Application::Plugin::Authentication::Display::Basic.3 \
|
||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::Authorization::Driver::Generic.3 \
|
||||
CGI::Application::Plugin::Authorization::Driver.3 \
|
||||
|
|
|
@ -14,7 +14,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-HTML-Prototype>=0:${PORTSDIR}/www/p5-HTML-Prototype
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::HTMLPrototype.3
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-CGI-Application-Plugin-AutoRunmode>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-AutoRunmode
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::LinkIntegrity.3
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::LogDispatch.3
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-CGI-Application-Plugin-TT>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-TT
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::MessageStack.3
|
||||
|
||||
|
|
|
@ -13,7 +13,8 @@ COMMENT= Easy external redirects in CGI::Application
|
|||
RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::Redirect.3
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::Session.3
|
||||
|
||||
|
|
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-File-MMagic>=0:${PORTSDIR}/devel/p5-File-MMagic
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::Stream.3
|
||||
|
||||
|
|
|
@ -16,7 +16,8 @@ BUILD_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-CGI-Application-Plugin-DevPopup>=0:${PORTSDIR}/www/p5-CGI-Application-Plugin-DevPopup
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::TT.3
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ RUN_DEPENDS= p5-CGI-Application>=0:${PORTSDIR}/www/p5-CGI-Application \
|
|||
p5-Test-LongString>=0:${PORTSDIR}/devel/p5-Test-LongString
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= CGI::Application::Plugin::ViewCode.3
|
||||
|
||||
|
|
|
@ -19,7 +19,8 @@ BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
|
|||
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Catalyst::Controller::BindLex.3
|
||||
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: p5-Template-Iterator-AlzaboWrapperCursor
|
||||
# Date created: 2 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Template-Iterator-AlzaboWrapperCursor
|
||||
DISTVERSION= 0.01
|
||||
|
@ -18,7 +14,8 @@ BUILD_DEPENDS= p5-Template-Toolkit>=2:${PORTSDIR}/www/p5-Template-Toolkit \
|
|||
p5-Class-AlzaboWrapper>=0:${PORTSDIR}/devel/p5-Class-AlzaboWrapper
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= YES
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= ${PORTNAME:S/-/::/g}.3
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|||
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= libgnomecanvas
|
||||
USES= pkgconfig
|
||||
PERL_CONFIGURE= yes
|
||||
USES= pkgconfig perl5
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -20,8 +20,8 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|||
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= gnomevfs2
|
||||
USES= pkgconfig
|
||||
PERL_CONFIGURE= yes
|
||||
USES= pkgconfig perl5
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -20,8 +20,8 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|||
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= libgtkhtml
|
||||
USES= pkgconfig
|
||||
PERL_CONFIGURE= yes
|
||||
USES= pkgconfig perl5
|
||||
USE_PERL5= configure
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue