2008-09-07 04:46:02 +02:00
|
|
|
# New ports collection makefile for: devel/p5-MooseX-Storage
|
|
|
|
# Date created: 2008/09/06
|
|
|
|
# Whom: chinsan
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= MooseX-Storage
|
2012-03-13 08:58:41 +01:00
|
|
|
PORTVERSION= 0.31
|
2008-09-07 04:46:02 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-03-05 15:55:35 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-09-07 04:46:02 +02:00
|
|
|
COMMENT= An serialization framework for Moose classes
|
|
|
|
|
2012-03-13 08:58:41 +01:00
|
|
|
BUILD_DEPENDS= p5-JSON-Any>=1.15:${PORTSDIR}/converters/p5-JSON-Any \
|
|
|
|
p5-Moose>=0.99:${PORTSDIR}/devel/p5-Moose \
|
2012-03-05 15:55:35 +01:00
|
|
|
p5-String-RewritePrefix>=0.004:${PORTSDIR}/textproc/p5-String-RewritePrefix
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-03-13 08:58:41 +01:00
|
|
|
|
|
|
|
TEST_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
|
|
|
|
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
2008-09-07 04:46:02 +02:00
|
|
|
p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
|
2012-03-13 08:58:41 +01:00
|
|
|
p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
|
|
|
|
p5-Test-JSON>=0.06:${PORTSDIR}/devel/p5-Test-JSON \
|
|
|
|
p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
|
|
|
|
p5-Test-Without-Module>=0:${PORTSDIR}/devel/p5-Test-Without-Module \
|
|
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
2008-09-07 04:46:02 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2008-09-07 04:46:02 +02:00
|
|
|
|
|
|
|
MAN3= MooseX::Storage.3 \
|
|
|
|
MooseX::Storage::Base::WithChecksum.3 \
|
|
|
|
MooseX::Storage::Basic.3 \
|
|
|
|
MooseX::Storage::Deferred.3 \
|
|
|
|
MooseX::Storage::Engine.3 \
|
|
|
|
MooseX::Storage::Engine::IO::AtomicFile.3 \
|
|
|
|
MooseX::Storage::Engine::IO::File.3 \
|
2009-09-01 14:44:17 +02:00
|
|
|
MooseX::Storage::Engine::Trait::DisableCycleDetection.3 \
|
|
|
|
MooseX::Storage::Engine::Trait::OnlyWhenBuilt.3 \
|
2008-09-07 04:46:02 +02:00
|
|
|
MooseX::Storage::Format::JSON.3 \
|
|
|
|
MooseX::Storage::Format::Storable.3 \
|
|
|
|
MooseX::Storage::Format::YAML.3 \
|
|
|
|
MooseX::Storage::IO::AtomicFile.3 \
|
|
|
|
MooseX::Storage::IO::File.3 \
|
|
|
|
MooseX::Storage::IO::StorableFile.3 \
|
|
|
|
MooseX::Storage::Meta::Attribute::DoNotSerialize.3 \
|
|
|
|
MooseX::Storage::Meta::Attribute::Trait::DoNotSerialize.3 \
|
2009-09-01 14:44:17 +02:00
|
|
|
MooseX::Storage::Traits::DisableCycleDetection.3 \
|
|
|
|
MooseX::Storage::Traits::OnlyWhenBuilt.3 \
|
2008-09-07 04:46:02 +02:00
|
|
|
MooseX::Storage::Util.3
|
|
|
|
|
2012-03-13 08:58:41 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
|
|
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|