summaryrefslogtreecommitdiff
path: root/net/p5-Queue-Beanstalk/Makefile
blob: 10ccdb0ee26b07e0644949e56b3c4c9ddee75345 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	p5-Queue-Beanstalk
# Date created:		2008-05-06
# Whom:			Anton Yuzhaninov <citrin@citrin.ru>
#
# $FreeBSD$
#

PORTNAME=	Queue-Beanstalk
PORTVERSION=	0.02
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	citrin@citrin.ru
COMMENT=	Client for beanstalkd, in-memory workqueue daemon

PERL_CONFIGURE=	yes
PERL_MODBUILD=	yes

MAN3=	Queue::Beanstalk.3
PLIST_FILES=	"%%SITE_PERL%%/Queue/Beanstalk.pm"
PLIST_FILES+=	"@dirrmtry %%SITE_PERL%%/Queue"

.include <bsd.port.mk>