SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
math/p5-Data-PowerSet/Makefile
Normal file
13
math/p5-Data-PowerSet/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT= generate all subsets of a list of elements
|
||||
|
||||
DISTNAME= Data-PowerSet-0.05
|
||||
REVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/p5-Data-PowerSet/distinfo
Normal file
2
math/p5-Data-PowerSet/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-PowerSet-0.05.tar.gz) = 0TOtKU26UlsdVebamupt3+WTkhMFHgXA0MymEuzoJis=
|
||||
SIZE (Data-PowerSet-0.05.tar.gz) = 6824
|
2
math/p5-Data-PowerSet/pkg/DESCR
Normal file
2
math/p5-Data-PowerSet/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
Data::PowerSet takes a list and returns all possible combinations of the
|
||||
elements appearing in the list without replacement.
|
3
math/p5-Data-PowerSet/pkg/PLIST
Normal file
3
math/p5-Data-PowerSet/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/PowerSet.pm
|
||||
@man man/man3p/Data::PowerSet.3p
|
Loading…
Add table
Add a link
Reference in a new issue