5a2075ef9e
WWW: http://search.cpan.org/dist/Module-Recursive-Require/ PR: ports/124472 Submitted by: Charlie & <root@spica.trombik.org> Reviewed by: lippe Approved by: gabor (mentor, implicit)
22 lines
502 B
Makefile
22 lines
502 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
|
|
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>
|