Add deps required to get script/myapp_server.pl to run.

This commit is contained in:
sthen 2012-04-20 23:43:27 +00:00
parent d5e1185b8f
commit 9627a6cd1a

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.13 2012/04/08 22:01:37 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2012/04/20 23:43:27 sthen Exp $
COMMENT = catalyst packages for the tutorial
MAINTAINER = Marc Espie <espie@openbsd.org>
@ -8,6 +8,7 @@ CATEGORIES = devel www
DISTNAME = Task-Catalyst-Tutorial-0.06
PKGNAME = catalyst-tutorial-0.06
EPOCH = 0
REVISION = 0
# Public domain
PERMIT_DISTFILES_FTP = Yes
@ -18,9 +19,11 @@ PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = www/p5-Catalyst-Runtime \
www/p5-Catalyst-Devel \
databases/p5-DBIx-Class \
databases/p5-DBIx-Class-HTMLWidget \
databases/p5-Catalyst-Model-DBIC-Schema \
security/p5-Catalyst-Plugin-Authentication \
security/p5-Catalyst-Authentication-Store-DBIx-Class \
security/p5-Catalyst-Plugin-Authentication-Store-DBIC \
security/p5-Catalyst-Plugin-Authorization-ACL \
security/p5-Catalyst-Plugin-Authorization-Roles \
www/p5-Catalyst-Controller-HTML-FormFu \
@ -31,6 +34,7 @@ RUN_DEPENDS = www/p5-Catalyst-Runtime \
devel/p5-Catalyst-Plugin-StackTrace \
devel/p5-Catalyst-Manual \
www/p5-Catalyst-Plugin-Static-Simple \
www/p5-Catalyst-Plugin-HTML-Widget \
databases/p5-DBD-SQLite \
textproc/p5-Catalyst-View-TT