PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
34 lines
875 B
Makefile
34 lines
875 B
Makefile
# New ports collection makefile for: p5-Test-MockObject
|
|
# Date Created: 16 Jul, 2003
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Test-MockObject
|
|
PORTVERSION= 1.08
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Tests remote URLs or local web files
|
|
|
|
BUILD_DEPENDS= p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
|
|
p5-UNIVERSAL-can>=1.00:${PORTSDIR}/devel/p5-UNIVERSAL-can \
|
|
p5-UNIVERSAL-isa>=0.02:${PORTSDIR}/devel/p5-UNIVERSAL-isa
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
INSTALL_TARGET= pure_install
|
|
|
|
MAN3= Test::MockObject.3 Test::MockObject::Extends.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
BUILD_DEPENDS= ${SITE_PERL}/Test/Builder.pm:${PORTSDIR}/devel/p5-Test-Simple
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|