SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

15
devel/p5-boolean/Makefile Normal file
View 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>

View file

@ -0,0 +1,2 @@
SHA256 (boolean-0.46.tar.gz) = lcCICFw+g79oD+bOFtgmTsJjEEkPfRaA5BbqehGPFWo=
SIZE (boolean-0.46.tar.gz) = 15552

View file

@ -0,0 +1,2 @@
This module provides basic Boolean support, by defining two special
objects: true and false.

View file

@ -0,0 +1,3 @@
${P5SITE}/boolean.pm
${P5SITE}/boolean.pod
@man man/man3p/boolean.3p