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>
|