529fda9b91
to email. Hat: portmgr
22 lines
500 B
Makefile
22 lines
500 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= perl@FreeBSD.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>
|