Mojo is a collection of libraries and example web frameworks for web framework developers. If you are searching for a higher level MVC web framework you should take a look at Mojolicious, also coming with this module.
22 lines
394 B
Makefile
22 lines
394 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/12 17:23:04 simon Exp $
|
|
|
|
COMMENT = framework for web frameworks
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Mojo-0.8009
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = SRI
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|