ffe2ad41ab
This module implements a Template Toolkit based renderer for Mojo.
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/12 23:49:27 simon Exp $
|
|
|
|
COMMENT = Template Toolkit renderer for Mojo
|
|
|
|
MODULES = cpan
|
|
DISTNAME = MojoX-Renderer-TT-0.20
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = ABH
|
|
|
|
RUN_DEPENDS = ::textproc/p5-Template \
|
|
::www/p5-Mojo
|
|
|
|
.include <bsd.port.mk>
|