mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
15 lines
273 B
Makefile
15 lines
273 B
Makefile
COMMENT = converts HTML to Text with tables intact
|
|
|
|
MODULES = cpan
|
|
PKG_ARCH = *
|
|
DISTNAME = HTML-FormatText-WithLinks-AndTables-0.07
|
|
REVISION = 1
|
|
CATEGORIES = www textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
RUN_DEPENDS = www/p5-HTML-FormatText-WithLinks
|
|
|
|
.include <bsd.port.mk>
|