aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Parse-Range/Makefile
blob: 5bc5a9b8e2886dfe8bb4644139c26702b8d514ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: pauls@utdallas.edu
# $FreeBSD$

PORTNAME=   Parse-Range
PORTVERSION=    0.96
CATEGORIES= math perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:PERLER
PKGNAMEPREFIX=  p5-

MAINTAINER= pauls@utdallas.edu
COMMENT=    Parses range definitions and returns an array

LICENSE=    ART10 BSD
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Module-Build>=0.4:${PORTSDIR}/devel/p5-Module-Build \
        p5-ExtUtils-MakeMaker>=6.6:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
        p5-List-MoreUtils>=0.3:${PORTSDIR}/lang/p5-List-MoreUtils

RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Parse::Range.3

.include <bsd.port.pre.mk>

.include <bsd.port.post.mk>