aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Module-Pluggable-Ordered/Makefile
blob: b7889a6f9d39f3e4145b658a40ca0ae6eac713db (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
26
27
# New ports collection makefile for:    p5-Module-Pluggable-Ordered
# Date created:     2004-08-29
# Whom:         Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Module-Pluggable-Ordered
PORTVERSION=    1.5
CATEGORIES= devel perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Call module plugins in a specified order

RUN_DEPENDS=    ${SITE_PERL}/Module/Pluggable.pm:${PORTSDIR}/devel/p5-Module-Pluggable \
        ${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
BUILD_DEPENDS=  ${RUN_DEPENDS}
RUN_DEPENDS+=   ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple

PERL_CONFIGURE= yes

MAN3=       Module::Pluggable::Ordered.3

.include <bsd.port.mk>