SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
20
devel/p5-File-TreeCreate/Makefile
Normal file
20
devel/p5-File-TreeCreate/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
COMMENT = recursively create a directory tree
|
||||
|
||||
DISTNAME = File-TreeCreate-0.0.1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
BUILD_DEPENDS = devel/p5-Module-Build>=0.28
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-File-TreeCreate/distinfo
Normal file
2
devel/p5-File-TreeCreate/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (File-TreeCreate-0.0.1.tar.gz) = V2hvEIQ76Br/rRha5BMXkLoMSvNtIQTW+2kSZSgFUmc=
|
||||
SIZE (File-TreeCreate-0.0.1.tar.gz) = 11476
|
1
devel/p5-File-TreeCreate/pkg/DESCR
Normal file
1
devel/p5-File-TreeCreate/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Recursively create a directory tree.
|
3
devel/p5-File-TreeCreate/pkg/PLIST
Normal file
3
devel/p5-File-TreeCreate/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/File/
|
||||
${P5SITE}/File/TreeCreate.pm
|
||||
@man man/man3p/File::TreeCreate.3p
|
Loading…
Add table
Add a link
Reference in a new issue