From 8097b663e50ab32273b5f98b9a338bc90d672cc4 Mon Sep 17 00:00:00 2001 From: az Date: Tue, 10 Sep 2013 07:12:35 +0000 Subject: - convert to the new perl5 framework - trim Makefile header Approved by: portmgr (bapt@, blanket) --- converters/convmv/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'converters/convmv') diff --git a/converters/convmv/Makefile b/converters/convmv/Makefile index 315117764554..c371a67da338 100644 --- a/converters/convmv/Makefile +++ b/converters/convmv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: convmv -# Date created: 27 October 2004 -# Whom: Kuang-che Wu -# +# Created by: Kuang-che Wu # $FreeBSD$ -# PORTNAME= convmv PORTVERSION= 1.15 @@ -17,7 +13,7 @@ COMMENT= Convert filenames from one encoding to another LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -USE_PERL5= yes +USES= perl5 PLIST_FILES= bin/convmv MAN1= convmv.1 -- cgit