80f347efad
Submitted by: az@
23 lines
574 B
Makefile
23 lines
574 B
Makefile
# New ports collection makefile for: p5-Module-Recursive-Require
|
|
# Date created: 2008-06-11
|
|
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Module-Recursive-Require
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Require module recursively
|
|
|
|
BUILD_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
RUN_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
|
|
PERL_CONFIGURE= Yes
|
|
MAN3= Module::Recursive::Require.3
|
|
|
|
.include <bsd.port.mk>
|