Import devel/p5-Algorithm-ChooseSubsets version 0.02
[dports.git] / devel / p5-Algorithm-ChooseSubsets / Makefile
1 # New ports collection makefile for:    Algorithm::ChooseSubsets
2 # Date created:                         04 Mar 2005
3 # Whom:                                 lars.eggert@gmx.net
4 #
5 # $FreeBSD: ports/devel/p5-Algorithm-ChooseSubsets/Makefile,v 1.5 2012/11/17 05:56:03 svnexp Exp $
6 #
7
8 PORTNAME=       Algorithm-ChooseSubsets
9 PORTVERSION=    0.02
10 CATEGORIES=     devel perl5
11 MASTER_SITES=   CPAN
12 PKGNAMEPREFIX=  p5-
13
14 MAINTAINER=     lars.eggert@gmx.net
15 COMMENT=        Perl algorithm to iterate through subsets of a list
16
17 PERL_CONFIGURE= yes
18
19 MAN3=           Algorithm::ChooseSubsets.3
20
21 .include <bsd.port.mk>