blob: 9fc23a3aa8def78999ea81343e8d413a1113ff9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= Algorithm-Numerical-Shuffle
PORTVERSION= 2009110301
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ABIGAIL
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Shuffle a list
WWW= https://metacpan.org/release/Algorithm-Numerical-Shuffle
LICENSE= MIT
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|