svn commit: r482559 - in head/devel: . p5-MooX-Aliases
Ryan Steinmetz
zi at FreeBSD.org
Sat Oct 20 15:24:50 UTC 2018
Author: zi
Date: Sat Oct 20 15:24:48 2018
New Revision: 482559
URL: https://svnweb.freebsd.org/changeset/ports/482559
Log:
New port: devel/p5-MooX-Aliases:
The MooX::Aliases module will allow you to quickly alias methods in Moo.
It provides an alias parameter for has() to generate aliased accessors
as well as the standard ones. Attributes can also be initialized in the
constructor via their aliased names.
WWW: https://metacpan.org/release/MooX-Aliases
Added:
head/devel/p5-MooX-Aliases/
head/devel/p5-MooX-Aliases/Makefile (contents, props changed)
head/devel/p5-MooX-Aliases/distinfo (contents, props changed)
head/devel/p5-MooX-Aliases/pkg-descr (contents, props changed)
head/devel/p5-MooX-Aliases/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sat Oct 20 15:21:16 2018 (r482558)
+++ head/devel/Makefile Sat Oct 20 15:24:48 2018 (r482559)
@@ -2987,6 +2987,7 @@
SUBDIR += p5-Module-Versions-Report
SUBDIR += p5-Mojolicious-Plugin-NYTProf
SUBDIR += p5-Moo
+ SUBDIR += p5-MooX-Aliases
SUBDIR += p5-MooX-Cmd
SUBDIR += p5-MooX-ConfigFromFile
SUBDIR += p5-MooX-File-ConfigDir
Added: head/devel/p5-MooX-Aliases/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooX-Aliases/Makefile Sat Oct 20 15:24:48 2018 (r482559)
@@ -0,0 +1,24 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= MooX-Aliases
+PORTVERSION= 0.001006
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:HAARG
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Easy aliasing of methods and attributes in Moo
+
+LICENSE= ARTPERL10
+
+BUILD_DEPENDS= ${RUN_DEPENDS}
+RUN_DEPENDS= p5-Moo>0:devel/p5-Moo \
+ p5-Class-Method-Modifiers>0:devel/p5-Class-Method-Modifiers
+
+NO_ARCH= yes
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/devel/p5-MooX-Aliases/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooX-Aliases/distinfo Sat Oct 20 15:24:48 2018 (r482559)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1540048659
+SHA256 (MooX-Aliases-0.001006.tar.gz) = 016031278cac61263d01952dfe5bfb5f3b46b4b842b2fffa9f2c9b88aac63867
+SIZE (MooX-Aliases-0.001006.tar.gz) = 6593
Added: head/devel/p5-MooX-Aliases/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooX-Aliases/pkg-descr Sat Oct 20 15:24:48 2018 (r482559)
@@ -0,0 +1,6 @@
+The MooX::Aliases module will allow you to quickly alias methods in Moo.
+It provides an alias parameter for has() to generate aliased accessors
+as well as the standard ones. Attributes can also be initialized in the
+constructor via their aliased names.
+
+WWW: https://metacpan.org/release/MooX-Aliases
Added: head/devel/p5-MooX-Aliases/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-MooX-Aliases/pkg-plist Sat Oct 20 15:24:48 2018 (r482559)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/MooX/Aliases.pm
+%%PERL5_MAN3%%/MooX::Aliases.3.gz
More information about the svn-ports-all
mailing list