freebsd-ports/devel/p5-Test-CheckDeps/Makefile
Frederic Culot 29ef8bb1f7 - Fix dependencies
PR:		196877
Submitted by:	sunpoet@
2015-01-21 14:33:24 +00:00

30 lines
675 B
Makefile

# Created by: Frederic Culot <culot@FreeBSD.org>
# $FreeBSD$
PORTNAME= Test-CheckDeps
PORTVERSION= 0.010
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= culot@FreeBSD.org
COMMENT= Check for presence of dependencies
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-CPAN-Meta-Check>=0.007:${PORTSDIR}/devel/p5-CPAN-Meta-Check
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501800
BUILD_DEPENDS+= p5-CPAN-Meta>=2.120920:${PORTSDIR}/devel/p5-CPAN-Meta
RUN_DEPENDS+= p5-CPAN-Meta>=2.120920:${PORTSDIR}/devel/p5-CPAN-Meta
.endif
.include <bsd.port.post.mk>