diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-10 08:20:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-10 08:20:43 +0800 |
commit | 4fdfe0bd7507cb9ff047caf53ada02cefced549a (patch) | |
tree | f035339b888c1cd8db08bca62c46c71ac8050207 /devel | |
parent | e4fcc6cf6879af3048fdfce271284ef2bd612b17 (diff) | |
download | freebsd-ports-gnome-4fdfe0bd7507cb9ff047caf53ada02cefced549a.tar.gz freebsd-ports-gnome-4fdfe0bd7507cb9ff047caf53ada02cefced549a.tar.zst freebsd-ports-gnome-4fdfe0bd7507cb9ff047caf53ada02cefced549a.zip |
- Add p5-Sys-Info 0.78
Sys::Info is a Perl module to fetch information from the host system.
WWW: http://search.cpan.org/dist/Sys-Info/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Sys-Info/Makefile | 30 | ||||
-rw-r--r-- | devel/p5-Sys-Info/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Sys-Info/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Sys-Info/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a0c00864c5ca..031350482bcf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2329,6 +2329,7 @@ SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages SUBDIR += p5-Sys-Cpu + SUBDIR += p5-Sys-Info SUBDIR += p5-Sys-Info-Base SUBDIR += p5-Sys-Info-Driver-BSD SUBDIR += p5-Sys-MemInfo diff --git a/devel/p5-Sys-Info/Makefile b/devel/p5-Sys-Info/Makefile new file mode 100644 index 000000000000..3db43dd89fdf --- /dev/null +++ b/devel/p5-Sys-Info/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Sys-Info +# Date created: 2011-10-09 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Sys-Info +PORTVERSION= 0.78 +CATEGORIES= devel sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fetch information from the host system + +BUILD_DEPENDS= p5-Sys-Info-Base>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Base \ + p5-Sys-Info-Driver-BSD>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Driver-BSD +RUN_DEPENDS= p5-Sys-Info-Base>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Base \ + p5-Sys-Info-Driver-BSD>=${PORTVERSION}:${PORTSDIR}/devel/p5-Sys-Info-Driver-BSD + +TEST_DEPENDS= p5-Sys-Info-Driver-BSD>=0.20:${PORTSDIR}/devel/p5-Test-Sys-Info \ + p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +PERL_CONFIGURE= yes + +MAN3= Sys::Info.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Sys-Info/distinfo b/devel/p5-Sys-Info/distinfo new file mode 100644 index 000000000000..90fecf3bf1be --- /dev/null +++ b/devel/p5-Sys-Info/distinfo @@ -0,0 +1,2 @@ +SHA256 (Sys-Info-0.78.tar.gz) = 93b2d7d2a670ed0dfb2d524a3cb7f446aeaced5cd3aaa91fc18ac7ba016707e0 +SIZE (Sys-Info-0.78.tar.gz) = 22509 diff --git a/devel/p5-Sys-Info/pkg-descr b/devel/p5-Sys-Info/pkg-descr new file mode 100644 index 000000000000..15643ea8538b --- /dev/null +++ b/devel/p5-Sys-Info/pkg-descr @@ -0,0 +1,3 @@ +Sys::Info is a Perl module to fetch information from the host system. + +WWW: http://search.cpan.org/dist/Sys-Info/ diff --git a/devel/p5-Sys-Info/pkg-plist b/devel/p5-Sys-Info/pkg-plist new file mode 100644 index 000000000000..1b9813352b8e --- /dev/null +++ b/devel/p5-Sys-Info/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Sys/Info.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys +@dirrmtry %%SITE_PERL%%/Sys |