freebsd-ports/devel/p5-Module-Pluggable/Makefile
Yen-Ming Lee 487f5a85f6 - File::Spec is included since perl 5.8.6
- bump PORTREVISION

PR:		122163
Submitted by:	leeym
Approved by:	maintainer timeout
2008-06-18 16:08:08 +00:00

30 lines
624 B
Makefile

# New ports collection makefile for: p5-Module-Pluggable
# Date created: 2004-07-26
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Module-Pluggable
PORTVERSION= 3.8
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Automatically give your module the ability to have plugins
PERL_CONFIGURE= yes
MAN3= Devel::InnerPackage.3 \
Module::Pluggable.3 \
Module::Pluggable::Object.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500806
RUN_DEPENDS+= p5-PathTools>=3.0:${PORTSDIR}/devel/p5-PathTools
.endif
.include <bsd.port.post.mk>