Date: Sat, 8 Sep 2012 14:19:37 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303902 - in head/devel: . p5-Sub-Prototype Message-ID: <201209081419.q88EJbEY099753@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Sep 8 14:19:36 2012 New Revision: 303902 URL: http://svn.freebsd.org/changeset/ports/303902 Log: Set a subs prototype WWW: http://search.cpan.org/dist/Sub-Prototype/ Added: head/devel/p5-Sub-Prototype/ head/devel/p5-Sub-Prototype/Makefile (contents, props changed) head/devel/p5-Sub-Prototype/distinfo (contents, props changed) head/devel/p5-Sub-Prototype/pkg-descr (contents, props changed) head/devel/p5-Sub-Prototype/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 8 13:32:27 2012 (r303901) +++ head/devel/Makefile Sat Sep 8 14:19:36 2012 (r303902) @@ -2510,6 +2510,7 @@ SUBDIR += p5-Sub-Multi SUBDIR += p5-Sub-Name SUBDIR += p5-Sub-Override + SUBDIR += p5-Sub-Prototype SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages Added: head/devel/p5-Sub-Prototype/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Prototype/Makefile Sat Sep 8 14:19:36 2012 (r303902) @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Sub-Prototype +# Date created: 2012-09-08 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Sub-Prototype +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= perl@FreeBSD.org +COMMENT= Set a subs prototype + +PERL_CONFIGURE= yes + +MAN3= Sub::Prototype.3 + +.include <bsd.port.mk> Added: head/devel/p5-Sub-Prototype/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Prototype/distinfo Sat Sep 8 14:19:36 2012 (r303902) @@ -0,0 +1,2 @@ +SHA256 (Sub-Prototype-0.02.tar.gz) = 243334012bfeea39da9c04ff39a653d845fa67521d6341b2063ff7b9a34b1473 +SIZE (Sub-Prototype-0.02.tar.gz) = 14703 Added: head/devel/p5-Sub-Prototype/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Prototype/pkg-descr Sat Sep 8 14:19:36 2012 (r303902) @@ -0,0 +1,3 @@ +Set a subs prototype + +WWW: http://search.cpan.org/dist/Sub-Prototype/ Added: head/devel/p5-Sub-Prototype/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Sub-Prototype/pkg-plist Sat Sep 8 14:19:36 2012 (r303902) @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Sub/Prototype.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype/Prototype.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype/Prototype.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sub
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209081419.q88EJbEY099753>