1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/p5-DBICx-MapMaker/Makefile
Martin Wilke caeb0ceb27 - Add TEST_DEPENDS
PR:		164068
Submitted by:	swills#
2012-01-14 19:41:59 +00:00

29 lines
786 B
Makefile

# New ports collection makefile for: DBICx-MapMaker
# Date created: 23 Oct 2008
# Whom: 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
PERL_CONFIGURE= yes
MAN3= DBICx::MapMaker.3
.include <bsd.port.mk>