freebsd-ports/devel/p5-Directory-Queue/Makefile
Philip M. Gollucci 824cc63e51 - Update to 1.0
PR:             ports/149650
Submitted by:   Frederic Culot <frederic@culot.org>
Approved by:    maintainer timeout (tobez ; 57 days)
Changes:        http://search.cpan.org/dist/Directory-Queue/Changes
2010-10-10 06:36:19 +00:00

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= 1.0
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>