2013-08-05 17:05:29 +02:00
|
|
|
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
2005-09-28 16:06:58 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Text-Diff-HTML
|
2011-07-25 15:23:09 +02:00
|
|
|
PORTVERSION= 0.07
|
2005-09-28 16:06:58 +02:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-09-28 16:06:58 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Text::Diff::HTML - XHTML format for Text::Diff::Unified
|
|
|
|
|
2014-01-22 15:35:55 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2012-06-03 07:56:20 +02:00
|
|
|
BUILD_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff \
|
|
|
|
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
|
2011-07-25 15:23:09 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-09-28 16:06:58 +02:00
|
|
|
|
2013-08-05 17:05:29 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2005-09-28 16:06:58 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|