svn commit: r327036 - in head/x11: keylaunch p5-X11-Resolution

Andrej Zverev az at FreeBSD.org
Thu Sep 12 06:36:45 UTC 2013


Author: az
Date: Thu Sep 12 06:36:45 2013
New Revision: 327036
URL: http://svnweb.freebsd.org/changeset/ports/327036

Log:
  - convert to the new perl5 framework
  - trim Makefile header
  
  Approved by:	portmgr (bapt@, blanket)

Modified:
  head/x11/keylaunch/Makefile
  head/x11/p5-X11-Resolution/Makefile   (contents, props changed)

Modified: head/x11/keylaunch/Makefile
==============================================================================
--- head/x11/keylaunch/Makefile	Thu Sep 12 06:27:41 2013	(r327035)
+++ head/x11/keylaunch/Makefile	Thu Sep 12 06:36:45 2013	(r327036)
@@ -12,7 +12,8 @@ COMMENT=	An X utility for binding comman
 
 WRKSRC=		${WRKDIR}/keylaunch
 USE_GMAKE=	yes
-USE_PERL5_BUILD=yes
+USES=		perl5
+USE_PERL5=	build
 USE_XORG=	x11
 
 PKGMESSAGE=	${WRKSRC}/pkg-message

Modified: head/x11/p5-X11-Resolution/Makefile
==============================================================================
--- head/x11/p5-X11-Resolution/Makefile	Thu Sep 12 06:27:41 2013	(r327035)
+++ head/x11/p5-X11-Resolution/Makefile	Thu Sep 12 06:36:45 2013	(r327036)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    x11/p5-X11-Resolution
-# Date created:                         2009-10-24 11:30
-# Whom:                                 Zane C. Bowers
-#
+# Created by: Zane C. Bowers
 # $FreeBSD$
-#
 
 PORTNAME=	X11-Resolution
 PORTVERSION=	0.0.0
@@ -16,7 +12,8 @@ COMMENT=	Provides a method to get the re
 
 RUN_DEPENDS=	p5-X11-Protocol>=0:${PORTSDIR}/x11/p5-X11-Protocol
 
-PERL_CONFIGURE=	yes
+USES=		perl5
+USE_PERL5=	configure
 
 MAN3=		X11::Resolution.3
 


More information about the svn-ports-all mailing list