svn commit: r303902 - in head/devel: . p5-Sub-Prototype
Steve Wills
swills at FreeBSD.org
Sat Sep 8 14:19:37 UTC 2012
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 at FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Sub-Prototype
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at 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
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub/Prototype
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sub
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sub
More information about the svn-ports-all
mailing list