aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-ParagraphDiff/Makefile
blob: 287642d79c6e4657ea956e4c6c8bb1b388f71e28 (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
28
29
30
31
32
33
34
# New ports collection makefile for:    p5-Text-ParagraphDiff
# Date created:             Nov 3 2003
# Whom:                 Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#

PORTNAME=   Text-ParagraphDiff
PORTVERSION=    2.41
CATEGORIES= textproc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX=  p5-

MAINTAINER= ports@FreeBSD.ORG
COMMENT=    Visual difference for paragraphed text

BUILD_DEPENDS=  ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \
        ${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

WRKSRC=     ${WRKDIR}/${PORTNAME}

MAN3=       Text::ParagraphDiff.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=     This port requires perl 5.6.1 or later. Install lang/perl5 then try again
.endif

.include <bsd.port.post.mk>