blob: 2443c1d468d37ddbccb540716f47141acd6eea6b (
plain)
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
|
# New ports collection makefile for: p5-Dancer-Plugin-DBIC
# Date created: 2011-02-13
# Whom: <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= Dancer-Plugin-DBIC
PORTVERSION= 0.1504
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@c0decafe.net
COMMENT= DBIx::Class interface for Dancer applications
BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class\
p5-DBIx-Class-Schema-Loader>=0.07002:${PORTSDIR}/databases/p5-DBIx-Class-Schema-Loader\
p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Dancer::Plugin::DBIC.3
.include <bsd.port.mk>
|