2013-01-21 11:53:33 +01:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2010-12-23 03:01:46 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Dancer-Plugin-Database
|
2013-12-31 01:59:12 +01:00
|
|
|
PORTVERSION= 2.09
|
2013-12-31 03:54:19 +01:00
|
|
|
PORTREVISION= 1
|
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 \
|
2013-12-31 03:54:19 +01:00
|
|
|
p5-Dancer>=1.3050:${PORTSDIR}/www/p5-Dancer \
|
|
|
|
p5-Dancer-Plugin-Database-Core>=0.04:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core
|
2013-11-03 07:53:54 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2012-01-06 09:20:42 +01:00
|
|
|
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
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2011-08-31 09:36:43 +02:00
|
|
|
|
2010-12-23 03:01:46 +01:00
|
|
|
.include <bsd.port.mk>
|