aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Diff/Makefile
blob: be6e6564f8bd9df66d54eaf2f4aac555fcc32de3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	HTML-Diff
PORTVERSION=	0.60
PORTREVISION=	1
PORTEPOCH=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl module for finding changes between two strings of HTML
WWW=		https://github.com/neilb/html-diff

LICENSE=	ARTPERL10

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

CONFLICTS_INSTALL=	rubygem-diff-lcs # bin/htmldiff

PORTSCOUT=	skipv:0.561

.include <bsd.port.mk>