Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Algorithm-Binpack / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       Algorithm-BinPack
4 PORTVERSION=    0.5
5 PORTREVISION=   1
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     wblock@FreeBSD.org
11 COMMENT=        Efficiently pack items into bins
12
13 USES=           perl5
14 USE_PERL5=      configure
15
16 PORTSCOUT=      limit:^\d+\.\d+
17
18 .include <bsd.port.mk>