forked from Lainports/freebsd-ports
Major changes for 0.57:
* Module now uses warnings
* Added TEST_REQUIRES and CONFIGURE_REQUIRES to Makefile.PL
Major changes for 0.58:
* Added XML::Diff to SEE ALSO
Major changes for 0.60:
* meta-spec was set to '2.0' in Makefile.PL
Full chanfelog: https://metacpan.org/dist/HTML-Diff/changes
Port changes:
* Add PORTEPOCH due to silly version numbering
* Add LICENSE
* Add WWW
23 lines
488 B
Makefile
23 lines
488 B
Makefile
PORTNAME= HTML-Diff
|
|
PORTVERSION= 0.60
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@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
|
|
|
|
CONFLICTS_INSTALL= rubygem-diff-lcs # bin/htmldiff
|
|
|
|
.include <bsd.port.mk>
|