SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/p5-boolean/Makefile
Normal file
15
devel/p5-boolean/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT = boolean support for Perl
|
||||
|
||||
HOMEPAGE = https://github.com/ingydotnet/boolean-pm
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = boolean-0.46
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
CPAN_AUTHOR = INGY
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-boolean/distinfo
Normal file
2
devel/p5-boolean/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (boolean-0.46.tar.gz) = lcCICFw+g79oD+bOFtgmTsJjEEkPfRaA5BbqehGPFWo=
|
||||
SIZE (boolean-0.46.tar.gz) = 15552
|
2
devel/p5-boolean/pkg/DESCR
Normal file
2
devel/p5-boolean/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module provides basic Boolean support, by defining two special
|
||||
objects: true and false.
|
3
devel/p5-boolean/pkg/PLIST
Normal file
3
devel/p5-boolean/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/boolean.pm
|
||||
${P5SITE}/boolean.pod
|
||||
@man man/man3p/boolean.3p
|
Loading…
Add table
Add a link
Reference in a new issue