diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Catalyst-Example-InstantCRUD/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Example-InstantCRUD/Makefile b/www/p5-Catalyst-Example-InstantCRUD/Makefile index 5c632e1c092e..2b673feaf6a7 100644 --- a/www/p5-Catalyst-Example-InstantCRUD/Makefile +++ b/www/p5-Catalyst-Example-InstantCRUD/Makefile @@ -29,7 +29,8 @@ BUILD_DEPENDS= \ p5-Catalyst-Model-DBIC>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC \ p5-Catalyst-Model-DBIC-Schema>=0:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \ p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ - p5-DBIx-Class-Loader>=0:${PORTSDIR}/databases/p5-DBIx-Class-Loader + p5-DBIx-Class-Loader>=0:${PORTSDIR}/databases/p5-DBIx-Class-Loader \ + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |