diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-08-02 18:52:07 +0000 |
| commit | 4819ca343bfee8a3b54e7ff3ac26d280d1c1696f (patch) | |
| tree | a4a613f80a0e443c044c2319e43ce75e14c50813 /textproc/p5-Text-WordDiff/Makefile | |
| parent | - Fix build with PYTHON_DEFAULT_VERSION of 3+. [1] (diff) | |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Diffstat (limited to 'textproc/p5-Text-WordDiff/Makefile')
| -rw-r--r-- | textproc/p5-Text-WordDiff/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-WordDiff/Makefile b/textproc/p5-Text-WordDiff/Makefile index c3b838cb8051..938078d9f995 100644 --- a/textproc/p5-Text-WordDiff/Makefile +++ b/textproc/p5-Text-WordDiff/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: textproc/p5-Text-WordDiff -# Date created: 28 January 2006 -# Whom: Rod Taylor <ports@rbt.ca> -# +# Created by: Rod Taylor <ports@rbt.ca> # $FreeBSD$ -# PORTNAME= Text-WordDiff PORTVERSION= 0.08 @@ -22,7 +18,8 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ RUN_DEPENDS= p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Text::WordDiff.3 \ Text::WordDiff::ANSIColor.3 \ |
