mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
20 lines
293 B
Makefile
20 lines
293 B
Makefile
COMMENT = convert POD to Markdown
|
|
|
|
DISTNAME = Pod-Markdown-3.400
|
|
|
|
CATEGORIES = textproc
|
|
|
|
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = www/p5-URI
|
|
TEST_DEPENDS = devel/p5-Test-Differences
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|