2005-03-11 15:49:35 +01:00
|
|
|
# New ports collection makefile for: Algorithm::ChooseSubsets
|
|
|
|
# Date created: 04 Mar 2005
|
|
|
|
# Whom: lars.eggert@gmx.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Algorithm-ChooseSubsets
|
2005-11-17 15:31:42 +01:00
|
|
|
PORTVERSION= 0.02
|
2005-03-11 15:49:35 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-03-11 15:49:35 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= lars.eggert@gmx.net
|
|
|
|
COMMENT= Perl algorithm to iterate through subsets of a list
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Algorithm::ChooseSubsets.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|