Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jun 2017 19:13:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444670 - head/devel/p5-AnyEvent-Worker
Message-ID:  <201706291913.v5TJDYN2060340@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jun 29 19:13:34 2017
New Revision: 444670
URL: https://svnweb.freebsd.org/changeset/ports/444670

Log:
  Remove Perl core modules
  
  - While I'm here:
    - Add LICENSE
    - Add NO_ARCH
  - Bump PORTREVISION for dependency change
  
  With hat:	perl

Modified:
  head/devel/p5-AnyEvent-Worker/Makefile

Modified: head/devel/p5-AnyEvent-Worker/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Worker/Makefile	Thu Jun 29 19:13:29 2017	(r444669)
+++ head/devel/p5-AnyEvent-Worker/Makefile	Thu Jun 29 19:13:34 2017	(r444670)
@@ -3,7 +3,7 @@
 
 PORTNAME=	AnyEvent-Worker
 PORTVERSION=	0.06
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -11,14 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	anes@anes.su
 COMMENT=	Manage blocking task in external process
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-AnyEvent>=5:devel/p5-AnyEvent \
-		p5-Storable>=0:devel/p5-Storable \
 		p5-common-sense>=2:devel/p5-common-sense \
 		p5-Test-NoWarnings>=1.03:devel/p5-Test-NoWarnings \
 		p5-Test-TCP>=0.14:devel/p5-Test-TCP \
 		p5-lib-abs>=0.90:devel/p5-lib-abs
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706291913.v5TJDYN2060340>