freebsd-ports/net/p5-Beanstalk-Client/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
526 B
Makefile

PORTNAME= Beanstalk-Client
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GBARR
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 \
p5-Error>=0:lang/p5-Error
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>