openbsd-ports/textproc/p5-Pod-Cpandoc/Makefile
2022-03-11 20:02:12 +00:00

18 lines
340 B
Makefile

COMMENT = perldoc that works for modules you don't have installed
DISTNAME = Pod-Cpandoc-0.16
CATEGORIES = textproc
REVISION = 1
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
PKG_ARCH = *
RUN_DEPENDS = security/p5-IO-Socket-SSL>=1.56 \
security/p5-Net-SSLeay>=1.49
.include <bsd.port.mk>