2011-12-28 03:44:51 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DBIx-Class-DeploymentHandler
|
2014-01-12 03:34:26 +01:00
|
|
|
PORTVERSION= 0.002209
|
2011-12-28 03:44:51 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
COMMENT= Perl extension for extensible DBIx::Class deployment
|
|
|
|
|
|
|
|
RUN_DEPENDS= \
|
|
|
|
p5-Carp-Clan>0:${PORTSDIR}/devel/p5-Carp-Clan \
|
2012-03-11 06:28:19 +01:00
|
|
|
p5-Context-Preserve>0:${PORTSDIR}/devel/p5-Context-Preserve \
|
2011-12-28 03:44:51 +01:00
|
|
|
p5-DBIx-Class>=0.08121:${PORTSDIR}/databases/p5-DBIx-Class \
|
2013-10-27 08:48:26 +01:00
|
|
|
p5-Log-Contextual>=0.005005:${PORTSDIR}/devel/p5-Log-Contextual \
|
2011-12-28 03:44:51 +01:00
|
|
|
p5-Method-Signatures-Simple>=0.05:${PORTSDIR}/devel/p5-Method-Signatures-Simple \
|
2013-10-27 08:48:26 +01:00
|
|
|
p5-Moo>=1.003:${PORTSDIR}/devel/p5-Moo \
|
2011-12-28 03:44:51 +01:00
|
|
|
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
|
|
|
|
p5-MooseX-Role-Parameterized>=0.18:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
|
|
|
|
p5-SQL-Translator>=0.11005:${PORTSDIR}/databases/p5-SQL-Translator \
|
2012-08-22 16:54:09 +02:00
|
|
|
p5-Sub-Exporter-Progressive>0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \
|
|
|
|
p5-Text-Brew>=0.02:${PORTSDIR}/textproc/p5-Text-Brew \
|
2011-12-28 03:44:51 +01:00
|
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny \
|
2012-06-02 11:44:54 +02:00
|
|
|
p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean \
|
|
|
|
p5-parent>=0.225:${PORTSDIR}/devel/p5-parent
|
2012-06-10 20:42:48 +02:00
|
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
2011-12-28 03:44:51 +01:00
|
|
|
|
2013-09-10 14:14:21 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-12-28 03:44:51 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|