23 lines
641 B
Makefile
23 lines
641 B
Makefile
PORTNAME= Algorithm-BinPack
|
|
PORTVERSION= 0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wblock@FreeBSD.org
|
|
COMMENT= Efficiently pack items into bins
|
|
|
|
LICENSE= CC-BY-1.0 IRCCLAYPL
|
|
LICENSE_COMB= dual
|
|
LICENSE_NAME_IRCCLAYPL= The I Really Could Care Less About You Public License
|
|
LICENSE_PERMS_IRCCLAYPL= no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
|
|
LICENSE_TEXT_IRCCLAYPL= Text available at https://web.archive.org/web/20081205032243/http://www.revinc.org/pages/license
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= limit:^\d+\.\d+
|
|
|
|
.include <bsd.port.mk>
|