freebsd-ports/devel/p5-Algorithm-Binpack/Makefile
Frederic Culot a1d5033d52 - Support staging
PR:		ports/184502
Submitted by:	wblock@ (maintainer)
2013-12-09 09:37:22 +00:00

17 lines
281 B
Makefile

# $FreeBSD$
PORTNAME= Algorithm-BinPack
PORTVERSION= 0.5
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wblock@FreeBSD.org
COMMENT= Efficiently pack items into bins
USES= perl5
USE_PERL5= configure
PORTSCOUT= limit:^\d+\.\d+
.include <bsd.port.mk>