mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
MouseX::Types::Path::Class creates common Mouse types,
coercions and option specifications useful for dealing with Path::Class objects as Mouse attributes. WWW: http://http://search.cpan.org/dist/MouseX-Types-Path-Class/ PR: ports/133904 Submitted by: TERAMOTO Masahiro <markun at onohara.to>
This commit is contained in:
parent
64acdfc6ba
commit
3484eb226c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232596
@ -1606,6 +1606,7 @@
|
||||
SUBDIR += p5-MouseX-AttributeHelpers
|
||||
SUBDIR += p5-MouseX-Getopt
|
||||
SUBDIR += p5-MouseX-Types
|
||||
SUBDIR += p5-MouseX-Types-Path-Class
|
||||
SUBDIR += p5-NEXT
|
||||
SUBDIR += p5-Net-DBus
|
||||
SUBDIR += p5-Number-Bytes-Human
|
||||
|
29
devel/p5-MouseX-Types-Path-Class/Makefile
Normal file
29
devel/p5-MouseX-Types-Path-Class/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: p5-MouseX-Types-Path-Class
|
||||
# Date created: 2009-04-22
|
||||
# Whom: TERAMOTO Masahiro <markun@onohara.to>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= MouseX-Types-Path-Class
|
||||
PORTVERSION= 0.05
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MA/MASAKI
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= markun@onohara.to
|
||||
COMMENT= A Path::Class type library for Mouse
|
||||
|
||||
BUILD_DEPENDS= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter \
|
||||
p5-Mouse>=0.19:${PORTSDIR}/devel/p5-Mouse \
|
||||
p5-MouseX-Types>=0.01:${PORTSDIR}/devel/p5-MouseX-Types \
|
||||
p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \
|
||||
p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= MouseX::Types::Path::Class.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-MouseX-Types-Path-Class/distinfo
Normal file
3
devel/p5-MouseX-Types-Path-Class/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (MouseX-Types-Path-Class-0.05.tar.gz) = d6283288e9ba7cbfece79a04b8b3dc22
|
||||
SHA256 (MouseX-Types-Path-Class-0.05.tar.gz) = 7b35f45d2fc9ec685a783ca70bec93807974bdfe2c57e1f9ca71eed6890bc9be
|
||||
SIZE (MouseX-Types-Path-Class-0.05.tar.gz) = 58062
|
5
devel/p5-MouseX-Types-Path-Class/pkg-descr
Normal file
5
devel/p5-MouseX-Types-Path-Class/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
MouseX::Types::Path::Class creates common Mouse types,
|
||||
coercions and option specifications useful for dealing with Path::Class
|
||||
objects as Mouse attributes.
|
||||
|
||||
WWW: http://http://search.cpan.org/dist/MouseX-Types-Path-Class/
|
10
devel/p5-MouseX-Types-Path-Class/pkg-plist
Normal file
10
devel/p5-MouseX-Types-Path-Class/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/Path/Class/.packlist
|
||||
%%SITE_PERL%%/MouseX/Types/Path/Class.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/Path/Class
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/Path
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX
|
||||
@dirrmtry %%SITE_PERL%%/MouseX/Types/Path
|
||||
@dirrmtry %%SITE_PERL%%/MouseX/Types
|
||||
@dirrmtry %%SITE_PERL%%/MouseX
|
Loading…
Reference in New Issue
Block a user