2005-07-11 10:09:44 +02:00
|
|
|
# New ports collection makefile for: p5-Algorithm-Bucketizer
|
|
|
|
# Date created: 06 Jul 2005
|
|
|
|
# Whom: Christopher Boumenot <boumenot@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-Bucketizer
|
2007-04-25 08:51:54 +02:00
|
|
|
PORTVERSION= 0.12
|
2005-07-11 10:09:44 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-07-11 10:09:44 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= boumenot@gmail.com
|
|
|
|
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}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.0+
|
2005-07-11 10:09:44 +02:00
|
|
|
|
2007-04-25 08:51:54 +02:00
|
|
|
MAN1= bucketize.1
|
2005-07-11 10:09:44 +02:00
|
|
|
MAN3= Algorithm::Bucketizer.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|