SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
devel/p5-List-AllUtils/Makefile
Normal file
23
devel/p5-List-AllUtils/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
COMMENT = combines List::Util, List::SomeUtils and List::UtilsBy
|
||||
|
||||
DISTNAME = List-AllUtils-0.19
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Artistic 2.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = textproc/p5-List-SomeUtils>=0.58 \
|
||||
textproc/p5-List-UtilsBy>=0.11
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
post-extract:
|
||||
# install-xt-tools.sh contains "curl ... | sh", remove to be secure
|
||||
rm -- ${WRKSRC}/dev-bin/install-xt-tools.sh
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-List-AllUtils/distinfo
Normal file
2
devel/p5-List-AllUtils/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (List-AllUtils-0.19.tar.gz) = MKgUarIad4e4xW1YKc+afysVJ207P8oHM2rDjTAC/7w=
|
||||
SIZE (List-AllUtils-0.19.tar.gz) = 56605
|
3
devel/p5-List-AllUtils/pkg/DESCR
Normal file
3
devel/p5-List-AllUtils/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Combines List::Util, List::SomeUtils and List::UtilsBy in one bite-sized
|
||||
package. This module will export all of the functions that either of those
|
||||
three modules defines.
|
2
devel/p5-List-AllUtils/pkg/PLIST
Normal file
2
devel/p5-List-AllUtils/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/List/AllUtils.pm
|
||||
@man man/man3p/List::AllUtils.3p
|
Loading…
Add table
Add a link
Reference in a new issue