Tweak devel/p5-Algorithm-ChooseSubsets version 0.02
[dports.git] / devel / p5-Algorithm-ChooseSubsets / Makefile
1 # Created by: lars.eggert@gmx.net
2 # $FreeBSD: devel/p5-Algorithm-ChooseSubsets/Makefile 338987 2014-01-07 09:28:30Z az $
3
4 PORTNAME=       Algorithm-ChooseSubsets
5 PORTVERSION=    0.02
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9
10 MAINTAINER=     lars.eggert@gmx.net
11 COMMENT=        Perl algorithm to iterate through subsets of a list
12
13 USES=           perl5
14 USE_PERL5=      configure
15
16 .include <bsd.port.mk>