aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-Custom/Makefile
blob: 83ef3437cc5fa1eb2941bf28fda6214fa5e9b33b (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    DBIx-Custom
# Date created:     27 December 2009
# Whom:         Andrey Kostenko <andrey@kostenko.name>
#
# $FreeBSD$
#

PORTNAME=   DBIx-Custom
PORTVERSION=    0.1707
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:KIMOTO
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Customizable DBI

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-DBD-SQLite>=1.25:${PORTSDIR}/databases/p5-DBD-SQLite \
        p5-DBI>=1.60.5:${PORTSDIR}/databases/p5-DBI \
        p5-Object-Simple>=3.0621:${PORTSDIR}/devel/p5-Object-Simple \
        p5-Time-Piece>=1.15:${PORTSDIR}/devel/p5-Time-Piece
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       DBIx::Custom.3 \
        DBIx::Custom::Guide.3 \
        DBIx::Custom::Guide::Ja.3 \
        DBIx::Custom::Model.3 \
        DBIx::Custom::Order.3 \
        DBIx::Custom::Query.3 \
        DBIx::Custom::QueryBuilder.3 \
        DBIx::Custom::Result.3 \
        DBIx::Custom::Tag.3 \
        DBIx::Custom::Util.3 \
        DBIx::Custom::Where.3

.include <bsd.port.mk>