opnsense-ports/textproc/p5-Text-Table-HTML-DataTables/Makefile
Franco Fichtner f9c9f1ac9d */*: sync with upstream
Taken from: FreeBSD
2022-04-28 12:55:19 +02:00

28 lines
680 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= Text-Table-HTML-DataTables
PORTVERSION= 0.012
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-File-Slurper>=0:devel/p5-File-Slurper \
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>