mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
This module offers a minimalist class construction kit in around 120
lines of code. WWW: http://search.cpan.org/dist/Class-Tiny/
This commit is contained in:
parent
59cc990e8a
commit
5d918c655c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332383
@ -1598,6 +1598,7 @@
|
||||
SUBDIR += p5-Class-StrongSingleton
|
||||
SUBDIR += p5-Class-Tangram
|
||||
SUBDIR += p5-Class-Throwable
|
||||
SUBDIR += p5-Class-Tiny
|
||||
SUBDIR += p5-Class-Tom
|
||||
SUBDIR += p5-Class-Trigger
|
||||
SUBDIR += p5-Class-Unload
|
||||
|
15
devel/p5-Class-Tiny/Makefile
Normal file
15
devel/p5-Class-Tiny/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Class-Tiny
|
||||
PORTVERSION= 0.011
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kuriyama@FreeBSD.org
|
||||
COMMENT= Perl extension for minimalist class construction
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Class-Tiny/distinfo
Normal file
2
devel/p5-Class-Tiny/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Class-Tiny-0.011.tar.gz) = 3af5da3b45c704660da98900518b30761c93198b56d0980412ce1e1c196c907c
|
||||
SIZE (Class-Tiny-0.011.tar.gz) = 22753
|
4
devel/p5-Class-Tiny/pkg-descr
Normal file
4
devel/p5-Class-Tiny/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module offers a minimalist class construction kit in around 120
|
||||
lines of code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-Tiny/
|
6
devel/p5-Class-Tiny/pkg-plist
Normal file
6
devel/p5-Class-Tiny/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
%%PERL5_MAN3%%/Class::Tiny.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Tiny/.packlist
|
||||
%%SITE_PERL%%/Class/Tiny.pm
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Tiny
|
||||
@dirrmtry %%SITE_PERL%%/mach/auto/Class
|
Loading…
Reference in New Issue
Block a user