# New ports collection makefile for:	p5-Module-Recursive-Require
# Date created:		2008-06-11
# Whom:			Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD: ports/devel/p5-Module-Recursive-Require/Makefile,v 1.1 2008/06/17 01:55:48 lippe Exp $
#

PORTNAME=	Module-Recursive-Require
PORTVERSION=	0.04
CATEGORIES=	devel
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	cherry@trombik.org
COMMENT=	Require module recursively

RUN_DEPENDS=	${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require

PERL_CONFIGURE=	Yes
MAN3=	Module::Recursive::Require.3

.include <bsd.port.mk>
