diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 10:54:19 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-31 10:54:19 +0800 |
commit | dfc85ecf60648b8c3538cb17229f1701f59d6231 (patch) | |
tree | 43ab41ff4a91d3200e112f3c9980c868f57be2c6 /databases/p5-Dancer-Plugin-Database | |
parent | 13b34cb298d7072dc9950fcde79813a8b7067e7f (diff) | |
download | freebsd-ports-gnome-dfc85ecf60648b8c3538cb17229f1701f59d6231.tar.gz freebsd-ports-gnome-dfc85ecf60648b8c3538cb17229f1701f59d6231.tar.zst freebsd-ports-gnome-dfc85ecf60648b8c3538cb17229f1701f59d6231.zip |
- Add missing *_DEPENDS: it should be added while updating to 2.05+
- Bump PORTREVISION for dependency change
Diffstat (limited to 'databases/p5-Dancer-Plugin-Database')
-rw-r--r-- | databases/p5-Dancer-Plugin-Database/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-Dancer-Plugin-Database/Makefile b/databases/p5-Dancer-Plugin-Database/Makefile index ca87e9990600..224676ab7c66 100644 --- a/databases/p5-Dancer-Plugin-Database/Makefile +++ b/databases/p5-Dancer-Plugin-Database/Makefile @@ -3,6 +3,7 @@ PORTNAME= Dancer-Plugin-Database PORTVERSION= 2.09 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +15,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ - p5-Dancer>=1.3050:${PORTSDIR}/www/p5-Dancer + p5-Dancer>=1.3050:${PORTSDIR}/www/p5-Dancer \ + p5-Dancer-Plugin-Database-Core>=0.04:${PORTSDIR}/databases/p5-Dancer-Plugin-Database-Core RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-Test-Pod>=1.22:${PORTSDIR}/devel/p5-Test-Pod \ |