# New ports collection makefile for:	devel/p5-Directory-Queue
# Date created:				21 June 2010
# Whom:					Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD: ports/devel/p5-Directory-Queue/Makefile,v 1.6 2011/12/07 14:42:36 tobez Exp $
#

PORTNAME=	Directory-Queue
PORTVERSION=	1.4
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:LCONS
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@FreeBSD.org
COMMENT=	Object oriented interface to a directory based queue in Perl

PERL_CONFIGURE=	yes

MAN3=	Directory::Queue.3 \
	Directory::Queue::Base.3 \
	Directory::Queue::Set.3 \
	Directory::Queue::Simple.3

.include <bsd.port.mk>
