svn commit: r492415 - head/net/p5-Beanstalk-Client

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 8 09:00:45 UTC 2019


Author: amdmi3
Date: Fri Feb  8 09:00:43 2019
New Revision: 492415
URL: https://svnweb.freebsd.org/changeset/ports/492415

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

Modified:
  head/net/p5-Beanstalk-Client/Makefile
  head/net/p5-Beanstalk-Client/pkg-descr

Modified: head/net/p5-Beanstalk-Client/Makefile
==============================================================================
--- head/net/p5-Beanstalk-Client/Makefile	Fri Feb  8 08:50:01 2019	(r492414)
+++ head/net/p5-Beanstalk-Client/Makefile	Fri Feb  8 09:00:43 2019	(r492415)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	vsevolod at FreeBSD.org
 COMMENT=	Perl API for beanstalkd, a distributed queue daemon
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-YAML-Syck>=0:textproc/p5-YAML-Syck \
 				p5-Class-Accessor>=0:devel/p5-Class-Accessor \
@@ -18,5 +21,6 @@ RUN_DEPENDS=	p5-YAML-Syck>=0:textproc/p5-YAML-Syck \
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/net/p5-Beanstalk-Client/pkg-descr
==============================================================================
--- head/net/p5-Beanstalk-Client/pkg-descr	Fri Feb  8 08:50:01 2019	(r492414)
+++ head/net/p5-Beanstalk-Client/pkg-descr	Fri Feb  8 09:00:43 2019	(r492415)
@@ -1,4 +1,4 @@
 Beanstalk::Client provides a Perl API of protocol version 1.0 to the beanstalkd
 server, a fast, general-purpose, in-memory workqueue service by Keith Rarick.
 
-WWW: http://xph.us/software/beanstalkd/
+WWW: https://metacpan.org/release/Beanstalk-Client


More information about the svn-ports-head mailing list