freebsd-ports/devel/p5-Test-Deep/Makefile
Andrej Zverev eb6c6a38dd - Update to 0.100
PR:		ports/120711
Submitted by:	Felippe de Meirelles Motta <lippemail(at)gmail.com>
2008-03-04 07:03:42 +00:00

32 lines
769 B
Makefile

# New ports collection makefile for: p5-Test-Deep
# Date created: May 12th 2004
# Whom: Alex Kapranoff <alex@kapranoff.ru>
#
# $FreeBSD$
#
PORTNAME= Test-Deep
PORTVERSION= 0.100
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= az@FreeBSD.org
COMMENT= Test data structures for differences deeply
BUILD_DEPENDS= ${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings \
${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
.endif
MAN3= Test::Deep.3 Test::Deep::NoTest.3
.include <bsd.port.post.mk>