summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Admin-CreateTable/Makefile
blob: 200bd307108b0e3a2d3ebdaac5a67ec6d36b87af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=	DBIx-Admin-CreateTable
PORTVERSION=	2.10
PORTREVISION=	1
CATEGORIES=	databases perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Create and drop tables, primary indexes, and sequences

LICENSE=	ART20

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-DBI>=0:databases/p5-DBI \
		p5-Moo>=1.004002:devel/p5-Moo
TEST_DEPENDS=	p5-Test-Version>=1.002003:devel/p5-Test-Version

NO_ARCH=	yes
USE_PERL5=	configure
USES=		perl5 tar:tgz

.include <bsd.port.mk>