Date: Sat, 16 May 2015 12:03:17 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386522 - in head/devel: . p5-Types-UUID Message-ID: <201505161203.t4GC3Hbk029427@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat May 16 12:03:17 2015 New Revision: 386522 URL: https://svnweb.freebsd.org/changeset/ports/386522 Log: Types::UUID is a type constraint library suitable for use with Moo/Moose attributes, Kavorka sub signatures, and so forth. WWW: http://search.cpan.org/dist/Types-UUID/ Added: head/devel/p5-Types-UUID/ head/devel/p5-Types-UUID/Makefile (contents, props changed) head/devel/p5-Types-UUID/distinfo (contents, props changed) head/devel/p5-Types-UUID/pkg-descr (contents, props changed) head/devel/p5-Types-UUID/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat May 16 11:54:51 2015 (r386521) +++ head/devel/Makefile Sat May 16 12:03:17 2015 (r386522) @@ -3201,6 +3201,7 @@ SUBDIR += p5-Types-Core SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser + SUBDIR += p5-Types-UUID SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog SUBDIR += p5-UNIVERSAL-can Added: head/devel/p5-Types-UUID/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-UUID/Makefile Sat May 16 12:03:17 2015 (r386522) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Types-UUID +PORTVERSION= 0.004 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:TOBYINK +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension for type constraints for UUIDs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Type-Tiny>=1.000000:${PORTSDIR}/devel/p5-Type-Tiny \ + p5-UUID-Tiny>=1.02:${PORTSDIR}/devel/p5-UUID-Tiny +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include <bsd.port.mk> Added: head/devel/p5-Types-UUID/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-UUID/distinfo Sat May 16 12:03:17 2015 (r386522) @@ -0,0 +1,2 @@ +SHA256 (Types-UUID-0.004.tar.gz) = 7937e4b74c3137dc9df0e9d691a5eae704164eb6e6088c7ba8e2efcbc0c72237 +SIZE (Types-UUID-0.004.tar.gz) = 15464 Added: head/devel/p5-Types-UUID/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-UUID/pkg-descr Sat May 16 12:03:17 2015 (r386522) @@ -0,0 +1,4 @@ +Types::UUID is a type constraint library suitable for use with +Moo/Moose attributes, Kavorka sub signatures, and so forth. + +WWW: http://search.cpan.org/dist/Types-UUID/ Added: head/devel/p5-Types-UUID/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-UUID/pkg-plist Sat May 16 12:03:17 2015 (r386522) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Types::UUID.3.gz +%%SITE_PERL%%/Types/UUID.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505161203.t4GC3Hbk029427>