opnsense-ports/textproc/p5-Text-Diff-HTML/Makefile
Franco Fichtner 69ffeb8a51 */*: sync with upstream
Taken from: HardenedBSD
2021-04-07 20:24:01 +02:00

25 lines
517 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
PORTNAME= Text-Diff-HTML
PORTVERSION= 0.08
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XHTML format for Text::Diff::Unified Perl module
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-Text-Diff>=0.11:textproc/p5-Text-Diff
USES= perl5
USE_PERL5= modbuild
NO_ARCH= yes
.include <bsd.port.mk>