aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-Load/Makefile
blob: bedf5b7b50aac75033216d8005dabbb51a6a6ee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    devel/p5-Module-Load
# Date created:             15 December 2004
# Whom:                 Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Module-Load
PORTVERSION=    0.10
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Module::Load - runtime require of both modules and files

BUILD_DEPENDS=  ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   Module::Load.3

.include <bsd.port.mk>