SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/p5-Algorithm-Dependency/Makefile
Normal file
16
devel/p5-Algorithm-Dependency/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
COMMENT= base class for implementing various dependency trees
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
|
||||
DISTNAME= Algorithm-Dependency-1.112
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
RUN_DEPENDS= devel/p5-Test-ClassAPI \
|
||||
devel/p5-Params-Util
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Algorithm-Dependency/distinfo
Normal file
2
devel/p5-Algorithm-Dependency/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Algorithm-Dependency-1.112.tar.gz) = fg+3w59WotzPnQKVyC8wMe4RboB/ahKkOPpN1BsOwYc=
|
||||
SIZE (Algorithm-Dependency-1.112.tar.gz) = 43014
|
3
devel/p5-Algorithm-Dependency/pkg/DESCR
Normal file
3
devel/p5-Algorithm-Dependency/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Algorithm::Dependency is a framework for creating simple read-only
|
||||
dependency heirachies, where you have a set of items that rely on other
|
||||
items in the set, and require actions on them as well.
|
19
devel/p5-Algorithm-Dependency/pkg/PLIST
Normal file
19
devel/p5-Algorithm-Dependency/pkg/PLIST
Normal file
|
@ -0,0 +1,19 @@
|
|||
${P5SITE}/Algorithm/
|
||||
${P5SITE}/Algorithm/Dependency/
|
||||
${P5SITE}/Algorithm/Dependency.pm
|
||||
${P5SITE}/Algorithm/Dependency/Item.pm
|
||||
${P5SITE}/Algorithm/Dependency/Ordered.pm
|
||||
${P5SITE}/Algorithm/Dependency/Source/
|
||||
${P5SITE}/Algorithm/Dependency/Source.pm
|
||||
${P5SITE}/Algorithm/Dependency/Source/File.pm
|
||||
${P5SITE}/Algorithm/Dependency/Source/HoA.pm
|
||||
${P5SITE}/Algorithm/Dependency/Source/Invert.pm
|
||||
${P5SITE}/Algorithm/Dependency/Weight.pm
|
||||
@man man/man3p/Algorithm::Dependency.3p
|
||||
@man man/man3p/Algorithm::Dependency::Item.3p
|
||||
@man man/man3p/Algorithm::Dependency::Ordered.3p
|
||||
@man man/man3p/Algorithm::Dependency::Source.3p
|
||||
@man man/man3p/Algorithm::Dependency::Source::File.3p
|
||||
@man man/man3p/Algorithm::Dependency::Source::HoA.3p
|
||||
@man man/man3p/Algorithm::Dependency::Source::Invert.3p
|
||||
@man man/man3p/Algorithm::Dependency::Weight.3p
|
Loading…
Add table
Add a link
Reference in a new issue