15 lines
264 B
Makefile
15 lines
264 B
Makefile
COMMENT = TT plugin for Text::Markdown
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Template-Plugin-Markdown-0.02
|
|
REVISION = 2
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = textproc/p5-Template \
|
|
textproc/p5-Text-Markdown
|
|
|
|
.include <bsd.port.mk>
|