18 lines
330 B
Makefile
18 lines
330 B
Makefile
# $OpenBSD: Makefile,v 1.8 2016/03/20 19:57:08 naddy Exp $
|
|
|
|
COMMENT = TT plugin for Text::Markdown
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = Template-Plugin-Markdown-0.02
|
|
REVISION = 1
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
RUN_DEPENDS = textproc/p5-Template \
|
|
textproc/p5-Text-Markdown
|
|
|
|
.include <bsd.port.mk>
|