Text::Table::HTML::DataTables is just like Text::Table::HTML, except the HTML code will also load jQuery and the DataTables plugin from the local filesystem (distribution shared directory), so you can filter and sort the table in the browser. WWW: https://metacpan.org/release/Text-Table-HTML-DataTables
28 lines
647 B
Makefile
28 lines
647 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-Table-HTML-DataTables
|
|
PORTVERSION= 0.002
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Generate HTML table with jQuery and DataTables plugin
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
|
|
${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-File-ShareDir>=0:devel/p5-File-ShareDir \
|
|
p5-HTML-Parser>=0:www/p5-HTML-Parser \
|
|
p5-URI>=0:net/p5-URI
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|