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

View file

@ -0,0 +1,26 @@
COMMENT = interface to SMBIOS using dmidecode
MODULES = cpan
PKG_ARCH = *
DISTNAME = Parse-DMIDecode-0.03
CATEGORIES = sysutils
REVISION = 0
MAINTAINER = Mikolaj Kucharski <mikolaj@kucharski.name>
# Perl
PERMIT_PACKAGE = Yes
CPAN_AUTHOR = NICOLAW
CONFIGURE_STYLE = modbuild
CONFIGURE_ENV = AUTOMATED_TESTING=Yes
MAKE_ENV+= TEST_POD=Yes
BUILD_DEPENDS = ${TEST_DEPENDS} \
sysutils/p5-File-Which \
devel/p5-Test-Deep
RUN_DEPENDS = sysutils/dmidecode \
sysutils/p5-File-Which
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Parse-DMIDecode-0.03.tar.gz) = 6Y+h+Gd0/nrRD2++37XL99+hxUES/4ASG1z8TgBuK9Y=
SIZE (Parse-DMIDecode-0.03.tar.gz) = 39489

View file

@ -0,0 +1,3 @@
Parse::DMIDecode module provides an OO interface to SMBIOS information
through the dmidecode(8) command which is known to work under a number of
Linux, BSD and BeOS variants.

View file

@ -0,0 +1,10 @@
${P5SITE}/Parse/
${P5SITE}/Parse/DMIDecode/
${P5SITE}/Parse/DMIDecode.pm
${P5SITE}/Parse/DMIDecode/Constants.pm
${P5SITE}/Parse/DMIDecode/Examples.pod
${P5SITE}/Parse/DMIDecode/Handle.pm
@man man/man3p/Parse::DMIDecode.3p
@man man/man3p/Parse::DMIDecode::Constants.3p
@man man/man3p/Parse::DMIDecode::Examples.3p
@man man/man3p/Parse::DMIDecode::Handle.3p