Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Sep 2015 19:03:17 +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: r397717 - head/devel/p5-AnyMQ
Message-ID:  <201509241903.t8OJ3HoH086096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Sep 24 19:03:17 2015
New Revision: 397717
URL: https://svnweb.freebsd.org/changeset/ports/397717

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/devel/p5-AnyMQ/Makefile

Modified: head/devel/p5-AnyMQ/Makefile
==============================================================================
--- head/devel/p5-AnyMQ/Makefile	Thu Sep 24 19:03:11 2015	(r397716)
+++ head/devel/p5-AnyMQ/Makefile	Thu Sep 24 19:03:17 2015	(r397717)
@@ -12,6 +12,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Non-blocking message queue system based on AnyEvent
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
 		p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
@@ -21,6 +24,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Memory-Cycle>=0:${PORTSDIR}/devel/p5-Test-Memory-Cycle \
 		p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



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