aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-String-SetUTF8
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-09-10 07:12:35 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-09-10 07:12:35 +0000
commit38499cc4f9de561964aa3bd7556c9f4c6684f038 (patch)
tree93d2de2f9a4bf6801932ddc030f955193b833745 /converters/p5-String-SetUTF8
parent886f50deb78afdd44d1fa3bbf50cbf6ab29baa3a (diff)
downloadports-38499cc4f9de561964aa3bd7556c9f4c6684f038.tar.gz
ports-38499cc4f9de561964aa3bd7556c9f4c6684f038.zip
- convert to the new perl5 framework
- trim Makefile header Approved by: portmgr (bapt@, blanket)
Notes
Notes: svn path=/head/; revision=326870
Diffstat (limited to 'converters/p5-String-SetUTF8')
-rw-r--r--converters/p5-String-SetUTF8/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/converters/p5-String-SetUTF8/Makefile b/converters/p5-String-SetUTF8/Makefile
index a8dd6e60719f..29331889c9a4 100644
--- a/converters/p5-String-SetUTF8/Makefile
+++ b/converters/p5-String-SetUTF8/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: String::SetUTF8
-# Date created: 25 May 2009
-# Whom: Andrei V. Shetuhin <reki@reki.ru>
-#
+# Created by: Andrei V. Shetuhin <reki@reki.ru>
# $FreeBSD$
-#
PORTNAME= String-SetUTF8
PORTVERSION= 1.00
@@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= reki@reki.ru
COMMENT= Perl module to manipulate internal UTF-8 flag on strings
-PERL_CONFIGURE= yes
+USES= perl5
+USE_PERL5= configure
MAN3= String::SetUTF8.3