SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Module-Util/Makefile
Normal file
17
devel/p5-Module-Util/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT = module name tools and transformations
|
||||
|
||||
DISTNAME = Module-Util-1.09
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Module-Util/distinfo
Normal file
2
devel/p5-Module-Util/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Module-Util-1.09.tar.gz) = bPvLakUGREbsiqDuGn3dxCC1RGkwM0QYeu+E0sfz4sY=
|
||||
SIZE (Module-Util-1.09.tar.gz) = 11661
|
4
devel/p5-Module-Util/pkg/DESCR
Normal file
4
devel/p5-Module-Util/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
This module provides a few useful functions for manipulating module
|
||||
names. Its main aim is to centralise some of the functions commonly used
|
||||
by modules that manipulate other modules in some way, like converting
|
||||
module names to relative paths.
|
5
devel/p5-Module-Util/pkg/PLIST
Normal file
5
devel/p5-Module-Util/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/pm_which
|
||||
${P5SITE}/Module/
|
||||
${P5SITE}/Module/Util.pm
|
||||
@man man/man1/pm_which.1
|
||||
@man man/man3p/Module::Util.3p
|
Loading…
Add table
Add a link
Reference in a new issue