diff options
Diffstat (limited to 'devel/p5-Module-Info/Makefile')
-rw-r--r-- | devel/p5-Module-Info/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Module-Info/Makefile b/devel/p5-Module-Info/Makefile index 435d375bf4ba..03f3b5aada89 100644 --- a/devel/p5-Module-Info/Makefile +++ b/devel/p5-Module-Info/Makefile @@ -7,6 +7,7 @@ PORTNAME= Module-Info PORTVERSION= 0.26 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Module @@ -15,15 +16,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Provides information about Perl modules +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes + MAN1= module_info.1 pfunc.1 MAN3= B::Utils.3 Module::Info.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} <= 500600 -BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |