aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBICx-TxnInsert/Makefile
blob: 5c024328de1be09e01702a1c49960f1936b44951 (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
26
27
# New ports collection makefile for:    Log-Dispatch-Configurator-YAML
# Date created:             28 May 2008
# Whom:                 Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#

PORTNAME=   DBICx-TxnInsert
PORTVERSION=    0.02
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/V/VO/VOVKASM
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Wrap all inserts into transaction

RUN_DEPENDS=    p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
        p5-DBD-Mock>=0:${PORTSDIR}/databases/p5-DBD-Mock \
        p5-ExtUtils-MakeMaker>=6.52:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
BUILD_DEPENDS=  ${RUN_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       DBICx::TxnInsert.3

.include <bsd.port.mk>