aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Mojolicious-Plugin-Mongodb/Makefile
blob: f9238e28d3967e27625aa3410f61516755c71aef (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
# New ports collection makefile for:    p5-Mojolicious-Plugin-Mongodb
# Date created:     2011-04-01
# Whom:         Henk van Oers <hvo.pm@xs4all.nl>
#
# $FreeBSD$
#

PORTNAME=   Mojolicious-Plugin-Mongodb
PORTVERSION=    1.07
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= perl@FreeBSD.org
COMMENT=    Use MongoDB in Mojolicious

RUN_DEPENDS=    p5-Mojolicious>=1:${PORTSDIR}/www/p5-Mojolicious \
        p5-MongoDB>=0:${PORTSDIR}/databases/p5-MongoDB

PERL_CONFIGURE= yes

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

MAN3=       Mojolicious::Plugin::Mongodb.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=   p5-version>=0:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>