svn commit: r325897 - head/devel/p5-SUPER

Andrej Zverev az at FreeBSD.org
Sun Sep 1 18:14:41 UTC 2013


Author: az
Date: Sun Sep  1 18:14:40 2013
New Revision: 325897
URL: http://svnweb.freebsd.org/changeset/ports/325897

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-SUPER/Makefile   (contents, props changed)

Modified: head/devel/p5-SUPER/Makefile
==============================================================================
--- head/devel/p5-SUPER/Makefile	Sun Sep  1 18:13:13 2013	(r325896)
+++ head/devel/p5-SUPER/Makefile	Sun Sep  1 18:14:40 2013	(r325897)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	devel/p5-SUPER
-# Date created:				12 June, 2009
-# Whom:					Wen Heping <wenheping at gmail.com>
-#
+# Created by: Wen Heping <wenheping at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	SUPER
 PORTVERSION=	1.17
@@ -19,8 +15,8 @@ BUILD_DEPENDS=	p5-Sub-Identify>=0.04:${P
 		p5-Scalar-List-Utils>=0.20:${PORTSDIR}/lang/p5-Scalar-List-Utils
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PERL_CONFIGURE=	yes
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	SUPER.3
 


More information about the svn-ports-all mailing list