1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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>
This commit is contained in:
Erwin Lansing 2005-10-01 18:52:08 +00:00
parent 8ba59426aa
commit f166c94acf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143922
5 changed files with 45 additions and 0 deletions

View File

@ -993,6 +993,7 @@
SUBDIR += p5-Mknod
SUBDIR += p5-Module-Build
SUBDIR += p5-Module-CoreList
SUBDIR += p5-Module-Find
SUBDIR += p5-Module-Info
SUBDIR += p5-Module-Info-File
SUBDIR += p5-Module-Install

View File

@ -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>

View File

@ -0,0 +1,2 @@
MD5 (Module-Find-0.04.tar.gz) = 075a92ae9646e661f38f2e2a2ef34847
SIZE (Module-Find-0.04.tar.gz) = 3740

View File

@ -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

View File

@ -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