svn commit: r397717 - head/devel/p5-AnyMQ

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Sep 24 19:03:18 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list