[Midnightbsd-cvs] mports [21925] trunk/devel: add p5-indirect
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 28 22:51:40 EDT 2016
Revision: 21925
http://svnweb.midnightbsd.org/mports/?rev=21925
Author: laffer1
Date: 2016-09-28 22:51:40 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add p5-indirect
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-indirect/
trunk/devel/p5-indirect/Makefile
trunk/devel/p5-indirect/distinfo
trunk/devel/p5-indirect/pkg-descr
trunk/devel/p5-indirect/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2016-09-29 02:49:13 UTC (rev 21924)
+++ trunk/devel/Makefile 2016-09-29 02:51:40 UTC (rev 21925)
@@ -385,6 +385,7 @@
SUBDIR += p5-Variable-Magic
SUBDIR += p5-bareword-filehandles
SUBDIR += p5-common-sense
+SUBDIR += p5-indirect
SUBDIR += p5-namespace-clean
SUBDIR += p5-parent
SUBDIR += p5-strictures
Added: trunk/devel/p5-indirect/Makefile
===================================================================
--- trunk/devel/p5-indirect/Makefile (rev 0)
+++ trunk/devel/p5-indirect/Makefile 2016-09-29 02:51:40 UTC (rev 21925)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-indirect/Makefile 380209 2015-03-01 16:02:17Z adamw $
+
+PORTNAME= indirect
+PORTVERSION= 0.33
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:VPIT
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Lexically warn about using the indirect object syntax
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-indirect/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-indirect/distinfo
===================================================================
--- trunk/devel/p5-indirect/distinfo (rev 0)
+++ trunk/devel/p5-indirect/distinfo 2016-09-29 02:51:40 UTC (rev 21925)
@@ -0,0 +1,2 @@
+SHA256 (indirect-0.33.tar.gz) = 5dd58c69f06ce89005fdf03d4e0aad366f0a7ee75999498bc7d0b2193f78c530
+SIZE (indirect-0.33.tar.gz) = 42372
Property changes on: trunk/devel/p5-indirect/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-indirect/pkg-descr
===================================================================
--- trunk/devel/p5-indirect/pkg-descr (rev 0)
+++ trunk/devel/p5-indirect/pkg-descr 2016-09-29 02:51:40 UTC (rev 21925)
@@ -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/
Property changes on: trunk/devel/p5-indirect/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-indirect/pkg-plist
===================================================================
--- trunk/devel/p5-indirect/pkg-plist (rev 0)
+++ trunk/devel/p5-indirect/pkg-plist 2016-09-29 02:51:40 UTC (rev 21925)
@@ -0,0 +1,3 @@
+%%PERL5_MAN3%%/indirect.3.gz
+%%SITE_ARCH%%/indirect.pm
+%%SITE_ARCH%%/auto/indirect/indirect.so
Property changes on: trunk/devel/p5-indirect/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list