mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
Add new port: devel/p5-Devel-Platform-Info
Devel::Platform::Info is a Perl module which provides a unified framework for obtaining common platform metadata. The module is a wrapper to the drivers which can determine platform metadata regarding the operating system currently running. The goal of the distribution is to furnish CPANtesters test reports with information concerning key components of the platform currently being used. WWW: http://search.cpan.org/dist/Devel-Platform-Info/ PR: 225082 Submitted by: James E Keenan <jkeenan@pobox.com>
This commit is contained in:
parent
eb25b06b32
commit
6a54eb7d1f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459891
@ -2411,6 +2411,7 @@
|
||||
SUBDIR += p5-Devel-PackagePath
|
||||
SUBDIR += p5-Devel-PartialDump
|
||||
SUBDIR += p5-Devel-PatchPerl
|
||||
SUBDIR += p5-Devel-Platform-Info
|
||||
SUBDIR += p5-Devel-Pointer
|
||||
SUBDIR += p5-Devel-Profile
|
||||
SUBDIR += p5-Devel-REPL
|
||||
|
28
devel/p5-Devel-Platform-Info/Makefile
Normal file
28
devel/p5-Devel-Platform-Info/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: James E Keenan <jkeenan@cpan.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-Platform-Info
|
||||
PORTVERSION= 0.16
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jkeenan@cpan.org
|
||||
COMMENT= Unified framework for obtaining common platform metadata
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= Changes README
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Devel-Platform-Info/distinfo
Normal file
3
devel/p5-Devel-Platform-Info/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1515693017
|
||||
SHA256 (Devel-Platform-Info-0.16.tar.gz) = 36863d786d0e2d0ebac49422fd32ba355f5ccb7190bb4c77d7ece5aa0262e1fe
|
||||
SIZE (Devel-Platform-Info-0.16.tar.gz) = 16430
|
11
devel/p5-Devel-Platform-Info/pkg-descr
Normal file
11
devel/p5-Devel-Platform-Info/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Devel::Platform::Info is a Perl module which provides a unified
|
||||
framework for obtaining common platform metadata.
|
||||
|
||||
The module is a wrapper to the drivers which can determine platform
|
||||
metadata regarding the operating system currently running.
|
||||
|
||||
The goal of the distribution is to furnish CPANtesters test reports with
|
||||
information concerning key components of the platform currently being
|
||||
used.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Devel-Platform-Info/
|
18
devel/p5-Devel-Platform-Info/pkg-plist
Normal file
18
devel/p5-Devel-Platform-Info/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::BeOS.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::BSD.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::Irix.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::Linux.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::Mac.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::SCO.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::Solaris.3.gz
|
||||
%%PERL5_MAN3%%/Devel::Platform::Info::Win32.3.gz
|
||||
%%SITE_PERL%%/Devel/Platform/Info.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/BeOS.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/BSD.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/Irix.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/Linux.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/Mac.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/SCO.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/Solaris.pm
|
||||
%%SITE_PERL%%/Devel/Platform/Info/Win32.pm
|
Loading…
Reference in New Issue
Block a user