svn commit: r492027 - head/net/p5-AnyEvent-Twitter

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 3 09:00:41 UTC 2019


Author: amdmi3
Date: Sun Feb  3 09:00:40 2019
New Revision: 492027
URL: https://svnweb.freebsd.org/changeset/ports/492027

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/net/p5-AnyEvent-Twitter/Makefile

Modified: head/net/p5-AnyEvent-Twitter/Makefile
==============================================================================
--- head/net/p5-AnyEvent-Twitter/Makefile	Sun Feb  3 08:51:57 2019	(r492026)
+++ head/net/p5-AnyEvent-Twitter/Makefile	Sun Feb  3 09:00:40 2019	(r492027)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Implementation of the Twitter API for AnyEvent
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-AnyEvent>=5.34:devel/p5-AnyEvent \
 		p5-AnyEvent-HTTP>=2.12:www/p5-AnyEvent-HTTP \
@@ -20,5 +23,6 @@ RUN_DEPENDS=	p5-AnyEvent>=5.34:devel/p5-AnyEvent \
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list