2020-11-17 21:23:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2020/11/17 21:23:43 benoit Exp $
|
2014-01-21 22:41:29 +00:00
|
|
|
|
|
|
|
COMMENT = Template Renderer Plugin for Mojolicious
|
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2020-11-17 21:23:43 +00:00
|
|
|
DISTNAME = Mojolicious-Plugin-TtRenderer-1.61
|
2014-01-21 22:41:29 +00:00
|
|
|
CATEGORIES = textproc
|
|
|
|
|
|
|
|
# Perl
|
2019-07-12 20:49:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2014-01-21 22:41:29 +00:00
|
|
|
|
2019-03-05 22:04:55 +00:00
|
|
|
RUN_DEPENDS = textproc/p5-Template \
|
2017-11-13 07:28:41 +00:00
|
|
|
www/p5-Mojo>=6.33
|
2014-01-21 22:41:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|