Update x11/kde4-runtime to version 16.12.3_1
[dports.git] / math / p5-Algorithm-Combinatorics / Makefile
1 # Created by: Aaron Dalton <aaron@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Algorithm-Combinatorics
5 PORTVERSION=    0.27
6 PORTREVISION=   1
7 CATEGORIES=     math perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:FXN
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Efficient generation of combinatorial sequences
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>