1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/net/p5-Queue-Beanstalk/Makefile
Marcelo Araujo 2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00

25 lines
524 B
Makefile

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