diff options
author | skv <skv@FreeBSD.org> | 2008-06-04 16:35:39 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2008-06-04 16:35:39 +0800 |
commit | f1d1d589902b00e738ab0feff4eb64cbb479db09 (patch) | |
tree | 596f36b65de8b734b724e3d8de89e7c7e3ace231 /devel | |
parent | dfeebfa2dc612a91e32c628ad32858a6a6aeb8bc (diff) | |
download | freebsd-ports-gnome-f1d1d589902b00e738ab0feff4eb64cbb479db09.tar.gz freebsd-ports-gnome-f1d1d589902b00e738ab0feff4eb64cbb479db09.tar.zst freebsd-ports-gnome-f1d1d589902b00e738ab0feff4eb64cbb479db09.zip |
Add p5-Sub-Identify 0.03, retrieve names of code references.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Sub-Identify/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Sub-Identify/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Sub-Identify/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-Sub-Identify/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2e0dc6d99d6a..7e399eedee07 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1627,6 +1627,7 @@ SUBDIR += p5-String-RexxParse SUBDIR += p5-String-Similarity SUBDIR += p5-Sub-Exporter + SUBDIR += p5-Sub-Identify SUBDIR += p5-Sub-Install SUBDIR += p5-Sub-Installer SUBDIR += p5-Sub-Multi diff --git a/devel/p5-Sub-Identify/Makefile b/devel/p5-Sub-Identify/Makefile new file mode 100644 index 000000000000..c67bd4af777f --- /dev/null +++ b/devel/p5-Sub-Identify/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: Sub-Identify +# Date created: 04 Jun 2008 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Sub-Identify +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@FreeBSD.org +COMMENT= Retrieve names of code references + +PERL_CONFIGURE= yes + +MAN3= Sub::Identify.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Sub-Identify/distinfo b/devel/p5-Sub-Identify/distinfo new file mode 100644 index 000000000000..0ea5bdf8468a --- /dev/null +++ b/devel/p5-Sub-Identify/distinfo @@ -0,0 +1,3 @@ +MD5 (Sub-Identify-0.03.tar.gz) = 1489ae54818fa5bff610bb47ee77816f +SHA256 (Sub-Identify-0.03.tar.gz) = 18b0e1b428f795bca50cc1a2c6d4501cf4e81656c4f3905581fafa17fb29c1b3 +SIZE (Sub-Identify-0.03.tar.gz) = 2434 diff --git a/devel/p5-Sub-Identify/pkg-descr b/devel/p5-Sub-Identify/pkg-descr new file mode 100644 index 000000000000..71d7433bfae5 --- /dev/null +++ b/devel/p5-Sub-Identify/pkg-descr @@ -0,0 +1,3 @@ +Sub::Identify allows you to retrieve the real name of code references. + +WWW: http://search.cpan.org/dist/Sub-Identify/ diff --git a/devel/p5-Sub-Identify/pkg-plist b/devel/p5-Sub-Identify/pkg-plist new file mode 100644 index 000000000000..e64b5676559f --- /dev/null +++ b/devel/p5-Sub-Identify/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Identify/.packlist +%%SITE_PERL%%/Sub/Identify.pm +@dirrmtry %%SITE_PERL%%/Sub +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Identify +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub |