svn commit: r327372 - head/devel/p5-MooseX-OneArgNew

Andrej Zverev az at FreeBSD.org
Mon Sep 16 08:52:07 UTC 2013


Author: az
Date: Mon Sep 16 08:52:06 2013
New Revision: 327372
URL: http://svnweb.freebsd.org/changeset/ports/327372

Log:
  -Fix typo

Modified:
  head/devel/p5-MooseX-OneArgNew/Makefile

Modified: head/devel/p5-MooseX-OneArgNew/Makefile
==============================================================================
--- head/devel/p5-MooseX-OneArgNew/Makefile	Mon Sep 16 08:39:20 2013	(r327371)
+++ head/devel/p5-MooseX-OneArgNew/Makefile	Mon Sep 16 08:52:06 2013	(r327372)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-MooseX-OneArgNew
-# Date created:				2011-09-19
-# Whom:					Geraud CONTINSOUZAS <geraud at gcu.info>
-#
+# Created by: Geraud CONTINSOUZAS <geraud at gcu.info>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-OneArgNew
 PORTVERSION=	0.002
@@ -23,7 +19,7 @@ RUN_DEPENDS=	p5-MooseX-Role-Parameterize
 BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 USES=		perl5
-USE_PERl5=	configure
+USE_PERL5=	configure
 
 MAN3=	MooseX::OneArgNew.3
 


More information about the svn-ports-all mailing list