2006-01-30 15:41:28 +01:00
|
|
|
# New ports collection makefile for: textproc/p5-Text-WordDiff
|
|
|
|
# Date created: 28 January 2006
|
|
|
|
# Whom: Rod Taylor <ports@rbt.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Text-WordDiff
|
2011-06-21 09:08:20 +02:00
|
|
|
PORTVERSION= 0.07
|
2006-01-30 15:41:28 +01:00
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-01-30 15:41:28 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-26 00:19:12 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2008-05-11 17:18:53 +02:00
|
|
|
COMMENT= Track changes between documents
|
2006-01-30 15:41:28 +01:00
|
|
|
|
2006-02-09 14:41:25 +01:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
|
2006-01-30 15:41:28 +01:00
|
|
|
|
2011-06-21 09:08:20 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
|
2006-01-30 15:41:28 +01:00
|
|
|
PERL_MODBUILD= yes
|
|
|
|
|
2011-06-21 09:08:20 +02:00
|
|
|
MAN3= Text::WordDiff.3 Text::WordDiff::ANSIColor.3 Text::WordDiff::HTML.3 \
|
|
|
|
Text::WordDiff::HTMLTwoLines.3
|
2006-01-30 15:41:28 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|