diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-18 22:42:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-18 22:42:42 +0000 |
commit | 8ca15db5ca5bd73f60153fca81ff46a9521b6be2 (patch) | |
tree | 9d2db1c4236a2465c72646de87ec804519467c4e /devel | |
parent | 094650270dfc2981aa76862405acf41256b617fd (diff) | |
download | pkgsrc-8ca15db5ca5bd73f60153fca81ff46a9521b6be2.tar.gz |
Better homepage and comment. fmt DESCR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Specio/DESCR | 20 | ||||
-rw-r--r-- | devel/p5-Specio/Makefile | 8 |
2 files changed, 13 insertions, 15 deletions
diff --git a/devel/p5-Specio/DESCR b/devel/p5-Specio/DESCR index d52064f9a48..509483b22ff 100644 --- a/devel/p5-Specio/DESCR +++ b/devel/p5-Specio/DESCR @@ -1,13 +1,11 @@ -The Specio distribution provides classes for representing type constraints -and coercion, along with syntax sugar for declaring them. +The Specio distribution provides classes for representing type +constraints and coercion, along with syntax sugar for declaring +them. -Note that this is not a proper type system for Perl. Nothing in this -distribution will magically make the Perl interpreter start checking a -value's type on assignment to a variable. In fact, there's no built-in way -to apply a type to a variable at all. +Note that this is not a proper type system for Perl. Nothing in +this distribution will magically make the Perl interpreter start +checking a value's type on assignment to a variable. In fact, +there's no built-in way to apply a type to a variable at all. -Instead, you can explicitly check a value against a type, and optionally -coerce values to that type. - -My long-term goal is to replace Moose's built-in types and MooseX::Types -with this module. +Instead, you can explicitly check a value against a type, and +optionally coerce values to that type. diff --git a/devel/p5-Specio/Makefile b/devel/p5-Specio/Makefile index 2b86d2b5435..47abd839ed4 100644 --- a/devel/p5-Specio/Makefile +++ b/devel/p5-Specio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/09/18 07:15:35 mef Exp $ +# $NetBSD: Makefile,v 1.2 2016/09/18 22:42:42 wiz Exp $ DISTNAME= Specio-0.25 PKGNAME= p5-${DISTNAME} @@ -6,8 +6,8 @@ CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/ -COMMENT= Specio - Type constraints and coercions for Perl +HOMEPAGE= http://search.cpan.org/~drolsky/Specio/ +COMMENT= Type constraints and coercions for Perl LICENSE= artistic-2.0 DEPENDS+= p5-Eval-Closure-[0-9]*:../../devel/p5-Eval-Closure @@ -15,7 +15,7 @@ DEPENDS+= p5-Role-Tiny-[0-9]*:../../devel/p5-Role-Tiny DEPENDS+= p5-MRO-Compat-[0-9]*:../../devel/p5-MRO-Compat DEPENDS+= p5-Devel-StackTrace-[0-9]*:../../devel/p5-Devel-StackTrace -# for make test +# TEST_DEPENDS BUILD_DEPENDS+= p5-Test-Needs-[0-9]*:../../devel/p5-Test-Needs BUILD_DEPENDS+= p5-Test-Fatal-[0-9]*:../../devel/p5-Test-Fatal |