SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
26
sysutils/p5-Parse-DMIDecode/Makefile
Normal file
26
sysutils/p5-Parse-DMIDecode/Makefile
Normal 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>
|
2
sysutils/p5-Parse-DMIDecode/distinfo
Normal file
2
sysutils/p5-Parse-DMIDecode/distinfo
Normal 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
|
3
sysutils/p5-Parse-DMIDecode/pkg/DESCR
Normal file
3
sysutils/p5-Parse-DMIDecode/pkg/DESCR
Normal 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.
|
10
sysutils/p5-Parse-DMIDecode/pkg/PLIST
Normal file
10
sysutils/p5-Parse-DMIDecode/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue