aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Locale-Msgcat
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-31 14:36:21 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-31 14:36:21 +0000
commitd98e1893f371a854e903feb86f8e539677c77dde (patch)
treee5469e71b14098ee141e1c136f10f5b22a089195 /misc/p5-Locale-Msgcat
parent50cfc86752c3c7cfa2f1e5105c54fd023ed1b5dc (diff)
downloadports-d98e1893f371a854e903feb86f8e539677c77dde.tar.gz
ports-d98e1893f371a854e903feb86f8e539677c77dde.zip
- Convert to new perl framework
- Trim Makefile header
Notes
Notes: svn path=/head/; revision=324054
Diffstat (limited to 'misc/p5-Locale-Msgcat')
-rw-r--r--misc/p5-Locale-Msgcat/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/p5-Locale-Msgcat/Makefile b/misc/p5-Locale-Msgcat/Makefile
index ff5096a447f6..c339456e3d64 100644
--- a/misc/p5-Locale-Msgcat/Makefile
+++ b/misc/p5-Locale-Msgcat/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Locale-Codes
-# Date created: 28 December 2002
-# Whom: Sebastien gioria <gioria@FreeBSD.org>
-#
+# Created by: Sebastien gioria <gioria@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Msgcat
PORTVERSION= 1.03
@@ -17,6 +13,7 @@ COMMENT= Perl module for systems to support the XPG4 message catalog functions
MAN3= Locale::Msgcat.3
-PERL_CONFIGURE= YES
+USES= perl5
+USE_PERL5= configure
.include <bsd.port.mk>