freebsd-ports/devel/p5-Test-Dependencies/Makefile
Rong-En Fan f4caa53ebe - It builds fine in tinderbox with latest ports and src tree. It seems that
the missing IPC::Cmd is related to other perl modules. So, do not mark it
  interactive.

Approved by:	Jin-Shan Tseng (maintainer)
2007-01-31 15:21:53 +00:00

31 lines
994 B
Makefile

# New ports collection makefile for: p5-Test-Dependencies
# Date created: 2006-07-12
# Whom: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Test-Dependencies
PORTVERSION= 0.08
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= tjs@cdpa.nsysu.edu.tw
COMMENT= Ensure that your Makefile.PL specifies all module dependencies
BUILD_DEPENDS= ${SITE_PERL}/B/PerlReq.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/IPC/Cmd.pm:${PORTSDIR}/devel/p5-IPC-Cmd \
${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
${SITE_PERL}/PerlReq/Utils.pm:${PORTSDIR}/devel/p5-rpm-build-perl \
p5-Test-Simple>=0.64:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Dependencies.3
.include <bsd.port.mk>