bf4793afa5
- fix dependency - bump PORTREVISION
30 lines
665 B
Makefile
30 lines
665 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Call module plugins in a specified order
|
|
|
|
RUN_DEPENDS= p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Module::Pluggable::Ordered.3
|
|
|
|
.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>
|