freebsd-ports/devel/p5-Algorithm-Binpack/Makefile
Eitan Adler 4270e050e4 Move the perl port to where it belongs.
No MOVED entry cause its new.
Hand maintianer to wblock per request

Pointyhat to:	eadler
Feature safe:	yes
2012-10-14 12:10:40 +00:00

16 lines
268 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
PERL_CONFIGURE= yes
MAN3= Algorithm::BinPack.3
.include <bsd.port.mk>