2013-01-16 21:16:29 +01:00
|
|
|
# Created by: Christopher Boumenot <boumenot@gmail.com>
|
2005-07-11 10:09:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-Bucketizer
|
2013-01-16 21:16:29 +01:00
|
|
|
PORTVERSION= 0.13
|
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-
|
|
|
|
|
2013-01-16 21:16:29 +01:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
2005-07-11 10:09:44 +02:00
|
|
|
COMMENT= Distribute sized items to buckets with limited size
|
|
|
|
|
2013-01-16 21:16:29 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Algorithm-Permute>=0:${PORTSDIR}/devel/p5-Algorithm-Permute \
|
|
|
|
p5-Sysadm-Install>=0.23:${PORTSDIR}/sysutils/p5-Sysadm-Install
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2005-07-11 10:09:44 +02:00
|
|
|
|
2013-09-08 09:03:32 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
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
|
|
|
|
|
2013-09-20 19:13:42 +02:00
|
|
|
NO_STAGE= yes
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|