2004-08-29 13:54:05 +02:00
|
|
|
# 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
|
2006-07-12 01:06:03 +02:00
|
|
|
PORTVERSION= 1.5
|
2008-03-07 12:52:28 +01:00
|
|
|
PORTREVISION= 1
|
2004-08-29 13:54:05 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-03-07 12:52:28 +01:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-29 13:54:05 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2007-03-14 08:21:37 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-29 13:54:05 +02:00
|
|
|
COMMENT= Call module plugins in a specified order
|
|
|
|
|
2008-03-07 12:52:28 +01:00
|
|
|
RUN_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
2004-08-29 13:54:05 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Module::Pluggable::Ordered.3
|
|
|
|
|
2008-03-07 12:52:28 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500905
|
|
|
|
RUN_DEPENDS+= p5-Module-Pluggable>=1.9:${PORTSDIR}/devel/p5-Module-Pluggable
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|