- Add LICENSE

- Add NO_ARCH
- Fix WWW:

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov
2019-02-08 09:00:43 +00:00
parent 936047940e
commit 3c82ef0ad6
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vsevolod@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>

View File

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