Date: Sun, 1 Sep 2013 17:21:41 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325887 - head/net/p5-Queue-Beanstalk Message-ID: <201309011721.r81HLfXs054783@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@citrin.ru> -# +# Created by: Anton Yuzhaninov <citrin@citrin.ru> # $FreeBSD$ -# PORTNAME= Queue-Beanstalk PORTVERSION= 0.02 @@ -14,8 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= citrin@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011721.r81HLfXs054783>