23 lines
491 B
Makefile
23 lines
491 B
Makefile
# New ports collection makefile for: devel/p5-Directory-Queue
|
|
# Date created: 21 June 2010
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Directory-Queue
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Directory
|
|
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::Set.3
|
|
|
|
.include <bsd.port.mk>
|