freebsd-ports/databases/p5-DBICx-MapMaker/Makefile
Andrej Zverev 78504bf84d - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:31:52 +00:00

23 lines
683 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBICx-MapMaker
PORTVERSION= 0.03
CATEGORIES= databases perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JROCKWAY
PKGNAMEPREFIX= p5-
MAINTAINER= miwi@FreeBSD.org
COMMENT= Perl 5 module to automatically create a DBIx::Class mapping table
RUN_DEPENDS= p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS= p5-DBIx-Class>=0.07003:${PORTSDIR}/databases/p5-DBIx-Class \
p5-DBICx-TestDatabase>=0.02:${PORTSDIR}/databases/p5-DBICx-TestDatabase \
p5-Moose>=0.39:${PORTSDIR}/devel/p5-Moose
TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>