blob: 64dbb818e26be78d640ec4dc78e2989b8959a213 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Created by: Anish Mistry <amistry@am-productions.biz>
# $FreeBSD$
PORTNAME= List-Permutor
PORTVERSION= 0.022
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Allow you to process all possible permutations of a list
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|