aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Patch
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-11 06:27:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-11 06:27:41 +0000
commit0faac6c323364fb8c2e81c8de2d24da503853d9c (patch)
tree9c7a921a41846d7fee0232dbaa25c40f34783fd1 /textproc/p5-Text-Patch
parenta36b68f645d35088308afc9f4524f42d809e6f05 (diff)
downloadports-0faac6c323364fb8c2e81c8de2d24da503853d9c.tar.gz
ports-0faac6c323364fb8c2e81c8de2d24da503853d9c.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326942
Diffstat (limited to 'textproc/p5-Text-Patch')
-rw-r--r--textproc/p5-Text-Patch/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-Text-Patch/Makefile b/textproc/p5-Text-Patch/Makefile
index 5895cd37c9d0..3084f68ca204 100644
--- a/textproc/p5-Text-Patch/Makefile
+++ b/textproc/p5-Text-Patch/Makefile
@@ -1,9 +1,4 @@
-# New ports collection makefile for: Text::Patch
-# Date created: 20 Dec 2009
-# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
-#
# $FreeBSD$
-#
PORTNAME= Text-Patch
PORTVERSION= 1.8
@@ -17,7 +12,8 @@ COMMENT= Perl extension to patch text with given patch
RUN_DEPENDS= p5-Text-Diff>0:${PORTSDIR}/textproc/p5-Text-Diff
BUILD_DEPENDS:= ${RUN_DEPENDS}
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= Text::Patch.3