aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Rose-DBx-Object-MoreHelpers/Makefile
blob: da24c9d641b36a9859df8a47c5adc8bd3b363823 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Martin Wilke <miwi@FreeBSD.org>

PORTNAME=	Rose-DBx-Object-MoreHelpers
PORTVERSION=	0.100
PORTREVISION=	1
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN/Rose/KARMAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl 5 module to deploy a DBIx::Class schema

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Rose-DB-Object>=0.7730,1:databases/p5-Rose-DB-Object \
		p5-Data-Dump>=1.06:devel/p5-Data-Dump

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>