svn commit: r325887 - head/net/p5-Queue-Beanstalk

Andrej Zverev az at FreeBSD.org
Sun Sep 1 17:21:41 UTC 2013


Author: az
Date: Sun Sep  1 17:21:40 2013
New Revision: 325887
URL: http://svnweb.freebsd.org/changeset/ports/325887

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

Modified:
  head/net/p5-Queue-Beanstalk/Makefile   (contents, props changed)

Modified: head/net/p5-Queue-Beanstalk/Makefile
==============================================================================
--- head/net/p5-Queue-Beanstalk/Makefile	Sun Sep  1 17:19:39 2013	(r325886)
+++ head/net/p5-Queue-Beanstalk/Makefile	Sun Sep  1 17:21:40 2013	(r325887)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Queue-Beanstalk
-# Date created:		2008-05-06
-# Whom:			Anton Yuzhaninov <citrin at citrin.ru>
-#
+# Created by: Anton Yuzhaninov <citrin at citrin.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	Queue-Beanstalk
 PORTVERSION=	0.02
@@ -14,8 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	citrin at citrin.ru
 COMMENT=	Client for beanstalkd, in-memory workqueue daemon
 
-PERL_CONFIGURE=	yes
-PERL_MODBUILD=	yes
+USES=		perl5
+USE_PERL5=	modbuild
 
 MAN3=	Queue::Beanstalk.3
 PLIST_FILES=	"%%SITE_PERL%%/Queue/Beanstalk.pm"


More information about the svn-ports-all mailing list