freebsd-ports/net/p5-Queue-Beanstalk/Makefile
2021-04-06 16:31:07 +02:00

16 lines
318 B
Makefile

# Created by: Anton Yuzhaninov <citrin@citrin.ru>
PORTNAME= Queue-Beanstalk
PORTVERSION= 0.02
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= citrin@citrin.ru
COMMENT= Client for beanstalkd, in-memory workqueue daemon
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>