diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2010-08-22 22:27:13 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2010-08-22 22:27:13 +0800 |
commit | 1343780d7c1d7aa6dd32beff449fbc39f984cbaf (patch) | |
tree | bf9d30ebaebe9ce3e08fa0acb52625351dea063a /devel | |
parent | 37b0a74157020058bde23195f86946d6e22baab1 (diff) | |
download | freebsd-ports-gnome-1343780d7c1d7aa6dd32beff449fbc39f984cbaf.tar.gz freebsd-ports-gnome-1343780d7c1d7aa6dd32beff449fbc39f984cbaf.tar.zst freebsd-ports-gnome-1343780d7c1d7aa6dd32beff449fbc39f984cbaf.zip |
Add p5-indirect 0.21, lexically warn about using the indirect object
syntax.
PR: ports/149634
Submitted by: Dan Rench <citric at cubicone.tmetic.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-indirect/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-indirect/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-indirect/pkg-descr | 6 | ||||
-rw-r--r-- | devel/p5-indirect/pkg-plist | 5 |
5 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ca4cc7e3c527..fe77b8ffe010 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2363,6 +2363,7 @@ SUBDIR += p5-forks SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser + SUBDIR += p5-indirect SUBDIR += p5-lib-abs SUBDIR += p5-libalarm SUBDIR += p5-libxml-enno diff --git a/devel/p5-indirect/Makefile b/devel/p5-indirect/Makefile new file mode 100644 index 000000000000..cb881de4ef7e --- /dev/null +++ b/devel/p5-indirect/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: p5-indirect +# Date created: Fri Aug 13, 2010 +# Whom: Dan Rench <citric@cubicone.tmetic.com> +# +# $FreeBSD$ +# + +PORTNAME= indirect +PORTVERSION= 0.21 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/V/VP/VPIT +PKGNAMEPREFIX= p5- + +MAINTAINER= citric@cubicone.tmetic.com +COMMENT= Lexically warn about using the indirect object syntax + +PERL_CONFIGURE= yes + +MAN3= indirect.3 + +.include <bsd.port.mk> diff --git a/devel/p5-indirect/distinfo b/devel/p5-indirect/distinfo new file mode 100644 index 000000000000..e2fa1faf625a --- /dev/null +++ b/devel/p5-indirect/distinfo @@ -0,0 +1,3 @@ +MD5 (indirect-0.21.tar.gz) = db0b5c467f24ff80bde1011c525f6faa +SHA256 (indirect-0.21.tar.gz) = f7363fbce45f3ca262650378683c94b911a7614ef92e6b7d18fd3a26ca2eb79d +SIZE (indirect-0.21.tar.gz) = 25297 diff --git a/devel/p5-indirect/pkg-descr b/devel/p5-indirect/pkg-descr new file mode 100644 index 000000000000..c834e94203b6 --- /dev/null +++ b/devel/p5-indirect/pkg-descr @@ -0,0 +1,6 @@ +indirect - Lexically warn about using the indirect object syntax in Perl 5 + +My working version of this port is at: +http://github.com/drench/FreeBSD-p5-indirect + +WWW: http://search.cpan.org/dist/indirect/ diff --git a/devel/p5-indirect/pkg-plist b/devel/p5-indirect/pkg-plist new file mode 100644 index 000000000000..14b08dd431e6 --- /dev/null +++ b/devel/p5-indirect/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/indirect.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/indirect/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/indirect/indirect.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/indirect/indirect.bs +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/indirect |