diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-06 03:34:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-06 03:34:59 +0800 |
commit | 9f162de5d61c99b9a87f6af4c0ab7fb8318a54b0 (patch) | |
tree | 828298ac90081668a92b6d48c439cb06ab3addd6 | |
parent | e4465e34939a99e84b01c8d1f2f2d8ef09dcc1dd (diff) | |
download | freebsd-ports-gnome-9f162de5d61c99b9a87f6af4c0ab7fb8318a54b0.tar.gz freebsd-ports-gnome-9f162de5d61c99b9a87f6af4c0ab7fb8318a54b0.tar.zst freebsd-ports-gnome-9f162de5d61c99b9a87f6af4c0ab7fb8318a54b0.zip |
Add p5-Sub-Info 0.002
Sub::Info is a tool to inspect subroutines.
WWW: http://search.cpan.org/dist/Sub-Info/
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Sub-Info/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Sub-Info/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Sub-Info/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Sub-Info/pkg-plist | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index af035000483b..89470fad5053 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3209,6 +3209,7 @@ SUBDIR += p5-Sub-Exporter-Progressive SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Infix + SUBDIR += p5-Sub-Info SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi diff --git a/devel/p5-Sub-Info/Makefile b/devel/p5-Sub-Info/Makefile new file mode 100644 index 000000000000..92d648df34ee --- /dev/null +++ b/devel/p5-Sub-Info/Makefile @@ -0,0 +1,24 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= Sub-Info +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Tool to inspect subroutines + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= p5-Importer>=0.024:devel/p5-Importer +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Simple>=1.302072:devel/p5-Test-Simple + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> diff --git a/devel/p5-Sub-Info/distinfo b/devel/p5-Sub-Info/distinfo new file mode 100644 index 000000000000..ee1bfca4244e --- /dev/null +++ b/devel/p5-Sub-Info/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1483561226 +SHA256 (Sub-Info-0.002.tar.gz) = ea3056d696bdeff21a99d340d5570887d39a8cc47bff23adfc82df6758cdd0ea +SIZE (Sub-Info-0.002.tar.gz) = 11713 diff --git a/devel/p5-Sub-Info/pkg-descr b/devel/p5-Sub-Info/pkg-descr new file mode 100644 index 000000000000..9e92f6061979 --- /dev/null +++ b/devel/p5-Sub-Info/pkg-descr @@ -0,0 +1,3 @@ +Sub::Info is a tool to inspect subroutines. + +WWW: http://search.cpan.org/dist/Sub-Info/ diff --git a/devel/p5-Sub-Info/pkg-plist b/devel/p5-Sub-Info/pkg-plist new file mode 100644 index 000000000000..f35c9cf4b931 --- /dev/null +++ b/devel/p5-Sub-Info/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Sub/Info.pm +%%PERL5_MAN3%%/Sub::Info.3.gz |