New port: devel/p5-X-Tiny

This stripped-down exception framework provides a baseline of
functionality for distributions that want to expose exception
hierarchies with minimal fuss.

WWW: http://search.cpan.org/dist/X-Tiny/
This commit is contained in:
Kurt Jaeger 2018-05-11 12:37:20 +00:00
parent eeb0841d29
commit 7eb342c7c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469633
4 changed files with 35 additions and 0 deletions

View File

@ -3733,6 +3733,7 @@
SUBDIR += p5-Want
SUBDIR += p5-WeakRef
SUBDIR += p5-Workflow
SUBDIR += p5-X-Tiny
SUBDIR += p5-XML-Compile-Tester
SUBDIR += p5-XML-Pastor
SUBDIR += p5-XS-Object-Magic

26
devel/p5-X-Tiny/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= X-Tiny
PORTVERSION= 0.13
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Base class for a bare-bones exception factory
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
PLIST_FILES= ${SITE_PERL_REL}/X/Tiny.pm \
${SITE_PERL_REL}/X/Tiny/Base.pm \
${SITE_MAN3_REL}/X::Tiny.3.gz \
${SITE_MAN3_REL}/X::Tiny::Base.3.gz
pre-install:
${RM} ${WRKSRC}/blib/lib/X/README.pod
.include <bsd.port.mk>

3
devel/p5-X-Tiny/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1526041431
SHA256 (X-Tiny-0.13.tar.gz) = 35d2b3a144521fc5c03d2994401d6a200cd0e02a334a227fe27ac4ad4d9ca6b7
SIZE (X-Tiny-0.13.tar.gz) = 15277

View File

@ -0,0 +1,5 @@
This stripped-down exception framework provides a baseline of
functionality for distributions that want to expose exception
hierarchies with minimal fuss.
WWW: http://search.cpan.org/dist/X-Tiny/