summaryrefslogtreecommitdiff
path: root/textproc/csvdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 17:26:57 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 17:26:57 +0000
commitf900846e5260dc5d66ccd323d0da759c95e2d6bb (patch)
tree3d2d195baaa9a28035ca99cf8f30d5a105a434b0 /textproc/csvdiff
parentdevel/tortoisehg2: update to 2.9.1 (diff)
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'textproc/csvdiff')
-rw-r--r--textproc/csvdiff/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/csvdiff/Makefile b/textproc/csvdiff/Makefile
index b2544b151bf4..98851f4b6ea9 100644
--- a/textproc/csvdiff/Makefile
+++ b/textproc/csvdiff/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: csvdiff
-# Date created: 2006/07/12
-# Whom: chinsan <chinsan.tw@gmail.com>
-#
+# Created by: chinsan <chinsan.tw@gmail.com>
# $FreeBSD$
-#
PORTNAME= csvdiff
PORTVERSION= 1.7
@@ -17,7 +13,7 @@ MAINTAINER= sylvio@FreeBSD.org
COMMENT= Compare/diff two (comma) separated files with each other
NO_BUILD= yes
-USE_PERL5= yes
+USES= perl5
PLIST_FILES= bin/csvdiff
WRKSRC= ${WRKDIR}
.if !defined(NOPORTDOCS)