Add p5-MouseX-AttributeHelpers 0.03, perl extension to extend your

attribute interfaces.
This commit is contained in:
Jun Kuriyama 2009-03-22 01:52:52 +00:00
parent bccb9cf405
commit 11313d5dd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230626
5 changed files with 61 additions and 0 deletions

View File

@ -1599,6 +1599,7 @@
SUBDIR += p5-MooseX-Types
SUBDIR += p5-MooseX-Types-Path-Class
SUBDIR += p5-Mouse
SUBDIR += p5-MouseX-AttributeHelpers
SUBDIR += p5-MouseX-Getopt
SUBDIR += p5-MouseX-Types
SUBDIR += p5-NEXT

View File

@ -0,0 +1,37 @@
# New ports collection makefile for: MouseX::AttributeHelpers
# Date created: 14 Mar 2009
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= MouseX-AttributeHelpers
PORTVERSION= 0.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/M/MA/MASAKI
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to extend your attribute interfaces
RUN_DEPENDS= \
p5-Class-Method-Modifiers>0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
p5-Mouse>=0.19:${PORTSDIR}/devel/p5-Mouse
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= MouseX::AttributeHelpers.3 \
MouseX::AttributeHelpers::Base.3 \
MouseX::AttributeHelpers::Bool.3 \
MouseX::AttributeHelpers::Collection::Array.3 \
MouseX::AttributeHelpers::Collection::Bag.3 \
MouseX::AttributeHelpers::Collection::Hash.3 \
MouseX::AttributeHelpers::Collection::ImmutableHash.3 \
MouseX::AttributeHelpers::Collection::List.3 \
MouseX::AttributeHelpers::Counter.3 \
MouseX::AttributeHelpers::Number.3 \
MouseX::AttributeHelpers::String.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (MouseX-AttributeHelpers-0.03.tar.gz) = e8b91df422aba9652724c25375ce340b
SHA256 (MouseX-AttributeHelpers-0.03.tar.gz) = 5b24d766206684060d9363870482cb3d24e0e9b27e5c04d4b1483057e324b798
SIZE (MouseX-AttributeHelpers-0.03.tar.gz) = 81712

View File

@ -0,0 +1,3 @@
Extend your attribute interfaces
WWW: http://search.cpan.org/dist/MouseX-AttributeHelpers/

View File

@ -0,0 +1,17 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/AttributeHelpers/.packlist
%%SITE_PERL%%/MouseX/AttributeHelpers.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Base.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Bool.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Collection/Array.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Collection/Bag.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Collection/Hash.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Collection/ImmutableHash.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Collection/List.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Counter.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/Number.pm
%%SITE_PERL%%/MouseX/AttributeHelpers/String.pm
@dirrm %%SITE_PERL%%/MouseX/AttributeHelpers/Collection
@dirrm %%SITE_PERL%%/MouseX/AttributeHelpers
@dirrmtry %%SITE_PERL%%/MouseX
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/AttributeHelpers
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX