cb66da0183
PR: 171029 Submitted by: Steve Wills <swills@freebsd.org>
31 lines
738 B
Makefile
31 lines
738 B
Makefile
# New ports collection makefile for: p5-Module-Depends
|
|
# Date created: 2008-10-17
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Depends
|
|
PORTVERSION= 0.16
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
|
COMMENT= Identify the dependencies of a distribution
|
|
|
|
RUN_DEPENDS= p5-Class-Accessor-Chained>=0:${PORTSDIR}/devel/p5-Class-Accessor-Chained \
|
|
p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Module::Depends::Intrusive.3 Module::Depends.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 501001
|
|
RUN_DEPENDS+= p5-Parse-CPAN-Meta>=0:${PORTSDIR}/devel/p5-Parse-CPAN-Meta
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|