SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
devel/p5-Data-Compare/Makefile
Normal file
22
devel/p5-Data-Compare/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
COMMENT = compare perl data structures
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Data-Compare-1.27
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-Clone>=0.43 \
|
||||
devel/p5-File-Find-Rule>=0.1
|
||||
|
||||
# Additional depends to avoid skipping tests
|
||||
TEST_DEPENDS += converters/p5-JSON \
|
||||
devel/p5-Test-Pod
|
||||
|
||||
# Porting Scalar::Properties will enable more tests
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Compare/distinfo
Normal file
2
devel/p5-Data-Compare/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Compare-1.27.tar.gz) = gYog8fOPdOZSU8+Lz2/tf5SlqN1mL3UzDcr0sRfO6L0=
|
||||
SIZE (Data-Compare-1.27.tar.gz) = 27111
|
2
devel/p5-Data-Compare/pkg/DESCR
Normal file
2
devel/p5-Data-Compare/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module compares arbitrary data structures to see if they are copies
|
||||
of each other.
|
10
devel/p5-Data-Compare/pkg/PLIST
Normal file
10
devel/p5-Data-Compare/pkg/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
${P5SITE}/Data/
|
||||
${P5SITE}/Data/Compare/
|
||||
${P5SITE}/Data/Compare.pm
|
||||
${P5SITE}/Data/Compare/Plugins/
|
||||
${P5SITE}/Data/Compare/Plugins.pod
|
||||
${P5SITE}/Data/Compare/Plugins/Scalar/
|
||||
${P5SITE}/Data/Compare/Plugins/Scalar/Properties.pm
|
||||
@man man/man3p/Data::Compare.3p
|
||||
@man man/man3p/Data::Compare::Plugins.3p
|
||||
@man man/man3p/Data::Compare::Plugins::Scalar::Properties.3p
|
Loading…
Add table
Add a link
Reference in a new issue