17 lines
302 B
Makefile
17 lines
302 B
Makefile
COMMENT= convert text to HTML with controlling options
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = HTML-FromText-2.07
|
|
CATEGORIES= www
|
|
REVISION = 0
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
RUN_DEPENDS= textproc/p5-Email-Find devel/p5-Exporter-Lite
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
.include <bsd.port.mk>
|