diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2011-12-06 11:40:17 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2011-12-06 11:40:17 +0000 |
commit | fca5e7b501a8953fb26699d02b8d6c7d192de4f3 (patch) | |
tree | 44cf49469e5ffe38592687cc47db58d77bb18814 /devel/p5-Set-CrossProduct | |
parent | 660e781b4929c8d884925baa0675bea6518aba96 (diff) |
Notes
Diffstat (limited to 'devel/p5-Set-CrossProduct')
-rw-r--r-- | devel/p5-Set-CrossProduct/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Set-CrossProduct/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Set-CrossProduct/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-Set-CrossProduct/pkg-plist | 6 |
4 files changed, 37 insertions, 0 deletions
diff --git a/devel/p5-Set-CrossProduct/Makefile b/devel/p5-Set-CrossProduct/Makefile new file mode 100644 index 000000000000..7735e527e2c2 --- /dev/null +++ b/devel/p5-Set-CrossProduct/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: devel/p5-Set-CrossProduct +# Date created: 06 December 2011 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Set-CrossProduct +PORTVERSION= 1.95 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:BDFOY +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Work with the cross product of two or more sets + +PERL_CONFIGURE= yes + +MAN1= cross.1 +MAN3= Set::CrossProduct.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Set-CrossProduct/distinfo b/devel/p5-Set-CrossProduct/distinfo new file mode 100644 index 000000000000..c9c547024a21 --- /dev/null +++ b/devel/p5-Set-CrossProduct/distinfo @@ -0,0 +1,2 @@ +SHA256 (Set-CrossProduct-1.95.tar.gz) = 03a0cefb71c2bdd035140fbdfe44e12c8aa765eb1a4c8dd9d7de5e8baf9f09d4 +SIZE (Set-CrossProduct-1.95.tar.gz) = 6799 diff --git a/devel/p5-Set-CrossProduct/pkg-descr b/devel/p5-Set-CrossProduct/pkg-descr new file mode 100644 index 000000000000..829264aa1ede --- /dev/null +++ b/devel/p5-Set-CrossProduct/pkg-descr @@ -0,0 +1,6 @@ +Create a list by taking one item from each array, and do that for all +possible ways that can be done, so that the first item in the list is +always from the first array, the second item from the second array, and +so on. + +WWW: http://search.cpan.org/dist/Set-CrossProduct/ diff --git a/devel/p5-Set-CrossProduct/pkg-plist b/devel/p5-Set-CrossProduct/pkg-plist new file mode 100644 index 000000000000..e4680e3f4066 --- /dev/null +++ b/devel/p5-Set-CrossProduct/pkg-plist @@ -0,0 +1,6 @@ +bin/cross +%%SITE_PERL%%/Set/CrossProduct.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/CrossProduct/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/CrossProduct +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set +@dirrmtry %%SITE_PERL%%/Set |