aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-ParagraphDiff/Makefile
blob: 08eca2c44faec7b9a66a48ee51cc242a0ac16c99 (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
35
36
37
38
# Created by: Cheng-Lung Sung <clsung@dragon2.net>
# $FreeBSD$

PORTNAME=   Text-ParagraphDiff
PORTVERSION=    2.70
PORTREVISION=   2
CATEGORIES= textproc perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Visual difference for paragraphed text

BUILD_DEPENDS=  p5-Algorithm-Diff>=0:devel/p5-Algorithm-Diff \
        p5-HTML-Parser>=0:www/p5-HTML-Parser
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USES=       perl5 shebangfix
SHEBANG_FILES=  bin/tdiff
USE_PERL5=  configure
NO_ARCH=    yes

WRKSRC=     ${WRKDIR}/${PORTNAME}

SCRIPTS=    tdiff
EXAMPLES=   diff.html new.txt old.txt
EXAMPLESDIR=    ${PREFIX}/share/examples/p5-Text-ParagraphDiff

OPTIONS_DEFINE= EXAMPLES

post-install:
    @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
    cd ${WRKSRC}/bin && \
    ${INSTALL_SCRIPT} ${SCRIPTS} ${STAGEDIR}${EXAMPLESDIR}
    cd ${WRKSRC}/examples && \
    ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.mk>