diff options
author | Steve Wills <swills@FreeBSD.org> | 2012-03-24 15:06:38 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2012-03-24 15:06:38 +0000 |
commit | 3db6f9f789834d04c27f732a8326c0c673a6c337 (patch) | |
tree | 3e3b8c1188ca6da30c8721127d2aba9ca432d1eb /www/p5-Mojolicious-Plugin-Database | |
parent | b0cb88ac328a86c55c40ddc9c201fbd176e27368 (diff) |
- Add missing DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293739
Diffstat (limited to 'www/p5-Mojolicious-Plugin-Database')
-rw-r--r-- | www/p5-Mojolicious-Plugin-Database/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/p5-Mojolicious-Plugin-Database/Makefile b/www/p5-Mojolicious-Plugin-Database/Makefile index d081878503ea..c7008c1fece7 100644 --- a/www/p5-Mojolicious-Plugin-Database/Makefile +++ b/www/p5-Mojolicious-Plugin-Database/Makefile @@ -7,22 +7,25 @@ PORTNAME= Mojolicious-Plugin-Database PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Handling of DBI based connections in Mojolicious -RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-Mojolicious>=1:${PORTSDIR}/www/p5-Mojolicious +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny PERL_CONFIGURE= yes -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - MAN3= Mojolicious::Plugin::Database.3 .include <bsd.port.pre.mk> |