svn commit: r386522 - in head/devel: . p5-Types-UUID
Jun Kuriyama
kuriyama at FreeBSD.org
Sat May 16 12:03:19 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list