svn commit: r325876 - head/devel/p5-MooseX-Has-Sugar

Andrej Zverev az at FreeBSD.org
Sun Sep 1 16:53:12 UTC 2013


Author: az
Date: Sun Sep  1 16:53:11 2013
New Revision: 325876
URL: http://svnweb.freebsd.org/changeset/ports/325876

Log:
  - Resolve of using -PERL_MODBUILD and PERL_CONFIGURE together
  - Convert to new perl5 framework
  - Trim Makefile header
  
  With hat:	perl@

Modified:
  head/devel/p5-MooseX-Has-Sugar/Makefile   (contents, props changed)

Modified: head/devel/p5-MooseX-Has-Sugar/Makefile
==============================================================================
--- head/devel/p5-MooseX-Has-Sugar/Makefile	Sun Sep  1 16:51:08 2013	(r325875)
+++ head/devel/p5-MooseX-Has-Sugar/Makefile	Sun Sep  1 16:53:11 2013	(r325876)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-MooseX-Has-Sugar
-# Date created:				16 Nov, 2009
-# Whom:					Wen Heping <wen at FreeBSD.org>
-#
+# Created by: Wen Heping <wen at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	MooseX-Has-Sugar
 PORTVERSION=	0.05070421
@@ -23,8 +19,8 @@ BUILD_DEPENDS=	p5-Moose>=0.61:${PORTSDIR
 		p5-Module-Build>=0.4002:${PORTSDIR}/devel/p5-Module-Build
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=		MooseX::Has::Sugar.3 \
 		MooseX::Has::Sugar::Saccharin.3 \


More information about the svn-ports-all mailing list