33 lines
926 B
Makefile
33 lines
926 B
Makefile
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= multidimensional
|
||
|
PORTVERSION= 0.011
|
||
|
CATEGORIES= devel perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
MASTER_SITE_SUBDIR= CPAN:ILMARI
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= sunpoet@FreeBSD.org
|
||
|
COMMENT= Disables multidimensional array emulation
|
||
|
|
||
|
LICENSE= ART10 GPLv1
|
||
|
LICENSE_COMB= dual
|
||
|
|
||
|
BUILD_DEPENDS= p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
|
||
|
p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
||
|
p5-Lexical-SealRequireHints>=0.005:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
|
||
|
RUN_DEPENDS= p5-B-Hooks-OP-Check>=0.19:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
|
||
|
p5-Lexical-SealRequireHints>=0.005:${PORTSDIR}/devel/p5-Lexical-SealRequireHints
|
||
|
|
||
|
USE_PERL5= configure
|
||
|
USES= perl5
|
||
|
|
||
|
.include <bsd.port.pre.mk>
|
||
|
|
||
|
.if ${PERL_LEVEL} < 501600
|
||
|
BUILD_DEPENDS+= p5-CPAN-Meta>=2.112580:${PORTSDIR}/devel/p5-CPAN-Meta
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.post.mk>
|