SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-Set-Object/Makefile
Normal file
14
devel/p5-Set-Object/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT= set of objects and strings
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME = Set-Object-1.42
|
||||
CATEGORIES= devel
|
||||
|
||||
# Artistic License 2.0
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB += c perl
|
||||
|
||||
TEST_DEPENDS = devel/p5-Test-LeakTrace
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Set-Object/distinfo
Normal file
2
devel/p5-Set-Object/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Set-Object-1.42.tar.gz) = 0YxaiiM+q70CBs89pbAPzdezf+vxKpPcw9HAJub97EU=
|
||||
SIZE (Set-Object-1.42.tar.gz) = 83376
|
5
devel/p5-Set-Object/pkg/DESCR
Normal file
5
devel/p5-Set-Object/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This modules implements a set of objects, that is, an unordered
|
||||
collection of objects without duplication.
|
||||
|
||||
The term objects is applied loosely - for the sake of Set::Object,
|
||||
anything that is a reference is considered an object.
|
13
devel/p5-Set-Object/pkg/PLIST
Normal file
13
devel/p5-Set-Object/pkg/PLIST
Normal file
|
@ -0,0 +1,13 @@
|
|||
${P5ARCH}/
|
||||
${P5ARCH}/Set/
|
||||
${P5ARCH}/Set/Object/
|
||||
${P5ARCH}/Set/Object.pm
|
||||
${P5ARCH}/Set/Object/Weak.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Set/
|
||||
${P5ARCH}/auto/Set/Object/
|
||||
@so ${P5ARCH}/auto/Set/Object/Object.so
|
||||
${P5ARCH}/auto/Set/Object/autosplit.ix
|
||||
@man man/man3p/Set::Changes.3p
|
||||
@man man/man3p/Set::Object.3p
|
||||
@man man/man3p/Set::Object::Weak.3p
|
Loading…
Add table
Add a link
Reference in a new issue