SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
devel/p5-Path-Tiny/Makefile
Normal file
18
devel/p5-Path-Tiny/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
COMMENT = file path utility
|
||||
|
||||
DISTNAME = Path-Tiny-0.144
|
||||
CPAN_AUTHOR = DAGOLDEN
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
# Apache 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-FailWarnings \
|
||||
devel/p5-Test-MockRandom
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Path-Tiny/distinfo
Normal file
2
devel/p5-Path-Tiny/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Path-Tiny-0.144.tar.gz) = 9uoJTs6EXJUqAsJ4kzJXk1TejUEKcH+bcEW9JBIGSH0=
|
||||
SIZE (Path-Tiny-0.144.tar.gz) = 105730
|
5
devel/p5-Path-Tiny/pkg/DESCR
Normal file
5
devel/p5-Path-Tiny/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module provides a small, fast utility for working with file paths.
|
||||
It is friendlier to use than File::Spec and provides easy access to
|
||||
functions from several other core file handling modules. It aims to be
|
||||
smaller and faster than many alternatives on CPAN, while helping people
|
||||
do many common things in consistent and less error-prone ways.
|
3
devel/p5-Path-Tiny/pkg/PLIST
Normal file
3
devel/p5-Path-Tiny/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Path/
|
||||
${P5SITE}/Path/Tiny.pm
|
||||
@man man/man3p/Path::Tiny.3p
|
Loading…
Add table
Add a link
Reference in a new issue