1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/math/p5-Parse-Range/Makefile
Philippe Audeoud e220658a79 This module parses range definitions and returns
an array of individual numbers.

WWW: http://search.cpan.org/dist/Parse-Range/

PR:		ports/173280
Submitted by:	pauls@utdallas.edu
Feature safe:	yes
2012-11-26 09:35:49 +00:00

30 lines
642 B
Makefile

# 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>