diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-10 08:14:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-10 08:14:29 +0800 |
commit | 59edc6e89f25d226cdf23e83b7408fb398f4d9fa (patch) | |
tree | df2480b62b6c04598ec37b4238f5bfebd6da7a4e /devel | |
parent | 14bf71a29de559746753903153dce3886eda96a3 (diff) | |
download | freebsd-ports-gnome-59edc6e89f25d226cdf23e83b7408fb398f4d9fa.tar.gz freebsd-ports-gnome-59edc6e89f25d226cdf23e83b7408fb398f4d9fa.tar.zst freebsd-ports-gnome-59edc6e89f25d226cdf23e83b7408fb398f4d9fa.zip |
- Add p5-Sys-Info-Base 0.7802
Sys::Info::Base is the base class for Sys::Info.
WWW: http://search.cpan.org/dist/Sys-Info-Base/
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Sys-Info-Base/Makefile | 33 | ||||
-rw-r--r-- | devel/p5-Sys-Info-Base/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Sys-Info-Base/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Sys-Info-Base/pkg-plist | 13 |
5 files changed, 52 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1711902fc0c1..617a490e5cbe 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-Base SUBDIR += p5-Sys-MemInfo SUBDIR += p5-Sys-Mmap SUBDIR += p5-Sys-RunAlone diff --git a/devel/p5-Sys-Info-Base/Makefile b/devel/p5-Sys-Info-Base/Makefile new file mode 100644 index 000000000000..73c578894da2 --- /dev/null +++ b/devel/p5-Sys-Info-Base/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: p5-Sys-Info-Base +# Date created: 2011-10-09 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Sys-Info-Base +PORTVERSION= 0.78.02 +CATEGORIES= devel sysutils perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Base class for Sys::Info + +TEST_DEPENDS= 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::Base.3 \ + Sys::Info::Constants.3 \ + Sys::Info::Device.3 \ + Sys::Info::Device::CPU.3 \ + Sys::Info::Driver.3 \ + Sys::Info::OS.3 + +regression-test test: build + cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE} test + +.include <bsd.port.mk> diff --git a/devel/p5-Sys-Info-Base/distinfo b/devel/p5-Sys-Info-Base/distinfo new file mode 100644 index 000000000000..fc50dd21e184 --- /dev/null +++ b/devel/p5-Sys-Info-Base/distinfo @@ -0,0 +1,2 @@ +SHA256 (Sys-Info-Base-0.7802.tar.gz) = 8bfa2821ba62d88fed7bdd3ff19f5f7f749e0835983168d4205d26bae051c52d +SIZE (Sys-Info-Base-0.7802.tar.gz) = 28544 diff --git a/devel/p5-Sys-Info-Base/pkg-descr b/devel/p5-Sys-Info-Base/pkg-descr new file mode 100644 index 000000000000..6e2d39761871 --- /dev/null +++ b/devel/p5-Sys-Info-Base/pkg-descr @@ -0,0 +1,3 @@ +Sys::Info::Base is the base class for Sys::Info. + +WWW: http://search.cpan.org/dist/Sys-Info-Base/ diff --git a/devel/p5-Sys-Info-Base/pkg-plist b/devel/p5-Sys-Info-Base/pkg-plist new file mode 100644 index 000000000000..149b228a430c --- /dev/null +++ b/devel/p5-Sys-Info-Base/pkg-plist @@ -0,0 +1,13 @@ +%%SITE_PERL%%/Sys/Info/Base.pm +%%SITE_PERL%%/Sys/Info/Constants.pm +%%SITE_PERL%%/Sys/Info/Device.pm +%%SITE_PERL%%/Sys/Info/Device/CPU.pm +%%SITE_PERL%%/Sys/Info/Driver.pm +%%SITE_PERL%%/Sys/Info/OS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info/Base/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info/Base +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Info +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys +@dirrm %%SITE_PERL%%/Sys/Info/Device +@dirrmtry %%SITE_PERL%%/Sys/Info +@dirrmtry %%SITE_PERL%%/Sys |