aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Module-Find/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Module-Find/Makefile')
-rw-r--r--devel/p5-Module-Find/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/p5-Module-Find/Makefile b/devel/p5-Module-Find/Makefile
index 00e13ce64415..38a941d275d8 100644
--- a/devel/p5-Module-Find/Makefile
+++ b/devel/p5-Module-Find/Makefile
@@ -6,21 +6,19 @@
#
PORTNAME= Module-Find
-PORTVERSION= 0.05
+PORTVERSION= 0.06
CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Module
+MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Lets you find and use modules in categories
-BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
- ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
MAN3= Module::Find.3
+post-extract:
+ @${PERL} -i.bak -ne 'print unless m,Test::,' ${WRKSRC}/Makefile.PL
+
.include <bsd.port.mk>