summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Find
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-10-01 18:52:08 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-10-01 18:52:08 +0000
commitf166c94acf0881d07773e324e476a919bca1a6ee (patch)
tree869bc55b4ed5eee4880f63266f9934d6788717ce /devel/p5-Module-Find
parentUpdate to 1.12 (diff)
Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate between looking in the category itself or in all subcategories. Submitted by: Lars Balker Rasmussen <lars@balker.dk>
Notes
Notes: svn path=/head/; revision=143922
Diffstat (limited to 'devel/p5-Module-Find')
-rw-r--r--devel/p5-Module-Find/Makefile32
-rw-r--r--devel/p5-Module-Find/distinfo2
-rw-r--r--devel/p5-Module-Find/pkg-descr5
-rw-r--r--devel/p5-Module-Find/pkg-plist5
4 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-Module-Find/Makefile b/devel/p5-Module-Find/Makefile
new file mode 100644
index 000000000000..026fd9790438
--- /dev/null
+++ b/devel/p5-Module-Find/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: Module-Find
+# Date created: 26 Sep 2005
+# Whom: Lars Balker Rasmussen <lars@balker.dk>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Module-Find
+PORTVERSION= 0.04
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Module
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= lars@balker.dk
+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
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.x or later
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Module-Find/distinfo b/devel/p5-Module-Find/distinfo
new file mode 100644
index 000000000000..dd01cc31795e
--- /dev/null
+++ b/devel/p5-Module-Find/distinfo
@@ -0,0 +1,2 @@
+MD5 (Module-Find-0.04.tar.gz) = 075a92ae9646e661f38f2e2a2ef34847
+SIZE (Module-Find-0.04.tar.gz) = 3740
diff --git a/devel/p5-Module-Find/pkg-descr b/devel/p5-Module-Find/pkg-descr
new file mode 100644
index 000000000000..cb130fce2f06
--- /dev/null
+++ b/devel/p5-Module-Find/pkg-descr
@@ -0,0 +1,5 @@
+Module::Find lets you find and use modules in categories. This can be very
+useful for auto-detecting driver or plugin modules. You can differentiate
+between looking in the category itself or in all subcategories.
+
+WWW: http://search.cpan.org/search?dist=Module-Find
diff --git a/devel/p5-Module-Find/pkg-plist b/devel/p5-Module-Find/pkg-plist
new file mode 100644
index 000000000000..d0f4b712bc2a
--- /dev/null
+++ b/devel/p5-Module-Find/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Find/.packlist
+%%SITE_PERL%%/Module/Find.pm
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Module/Find
+@unexec rmdir %D/%%SITE_PERL%%/Module 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Module 2>/dev/null || true