openbsd-ports/www/p5-Mojo/Makefile
jim b1e75e3ee5 Update to 2.76. This is a significant update. Please read the Changes
file for all the details.

Input and feedback from sthen@ and Remi Locherer <remi.locherer at relo.ch>

"reads ok" sthen@
2012-04-10 13:32:45 +00:00

24 lines
451 B
Makefile

# $OpenBSD: Makefile,v 1.10 2012/04/10 13:32:45 jim Exp $
COMMENT = next generation web framework
MODULES = cpan
DISTNAME = Mojolicious-2.76
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
HOMEPAGE = http://mojolicio.us/
CPAN_AUTHOR = SRI
RUN_DEPENDS = security/p5-IO-Socket-SSL>=1.37
.include <bsd.port.mk>