summaryrefslogtreecommitdiff
path: root/devel/p5-Algorithm-Bucketizer/Makefile
blob: 9c6d7c5a2518be7b659154344b8f04bd838a6077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	p5-Algorithm-Bucketizer
# Date created:				06 Jul 2005
# Whom:				Christopher Boumenot <boumenot@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	Algorithm-Bucketizer
PORTVERSION=	0.12
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Distribute sized items to buckets with limited size

BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Algorithm/Permute.pm:${PORTSDIR}/devel/p5-Algorithm-Permute
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		bucketize.1
MAN3=		Algorithm::Bucketizer.3

.include <bsd.port.mk>