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

18 lines
285 B
Makefile

COMMENT= translate Wiki formatted text into other formats
DISTNAME = Text-WikiFormat-0.81
CATEGORIES= textproc
MODULES= cpan
PKG_ARCH= *
REVISION = 0
# Perl
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= www/p5-URI
CONFIGURE_STYLE= modbuild
.include <bsd.port.mk>