2010-12-23 03:01:46 +01:00
|
|
|
# New ports collection makefile for: p5-Dancer-Plugin-Database
|
|
|
|
# Date created: Dec 23, 2010
|
|
|
|
# Whom: Wen Heping <wen@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Plugin-Database
|
2012-07-03 19:24:21 +02:00
|
|
|
PORTVERSION= 1.82
|
2010-12-23 03:01:46 +01:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2011-06-02 04:18:45 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2010-12-23 03:01:46 +01:00
|
|
|
COMMENT= Easy database connections for Dancer applications
|
|
|
|
|
2012-07-03 19:24:21 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2011-07-31 08:35:28 +02:00
|
|
|
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
2012-01-06 09:20:42 +01:00
|
|
|
p5-Dancer>=1.3050:${PORTSDIR}/www/p5-Dancer
|
2011-07-31 08:35:28 +02:00
|
|
|
RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
|
2012-01-06 09:20:42 +01:00
|
|
|
p5-Dancer>=1.3050:${PORTSDIR}/www/p5-Dancer
|
|
|
|
TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
|
|
|
|
p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \
|
|
|
|
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
2010-12-23 03:01:46 +01:00
|
|
|
|
2011-08-31 09:36:43 +02:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2010-12-23 03:01:46 +01:00
|
|
|
MAN3= Dancer::Plugin::Database.3 \
|
|
|
|
Dancer::Plugin::Database::Handle.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|