freebsd-ports/devel/p5-Algorithm-Binpack/Makefile
Andrej Zverev 9304fd610b - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-07 17:58:27 +00:00

19 lines
310 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
MAN3= Algorithm::BinPack.3
PORTSCOUT= limit:^\d+\.\d+
.include <bsd.port.mk>