14 lines
220 B
Makefile
14 lines
220 B
Makefile
|
COMMENT = HTML to text formatting using external programs
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = HTML-FormatExternal-26
|
||
|
CATEGORIES = www devel
|
||
|
|
||
|
# GPL
|
||
|
PERMIT_PACKAGE = Yes
|
||
|
|
||
|
CONFIGURE_STYLE = perl
|
||
|
|
||
|
.include <bsd.port.mk>
|