View | Details | Raw Unified | Return to bug 237109 | Differences between
and this patch

Collapse All | Expand All

(-)devel/p5-MooseX-MungeHas/Makefile (+25 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	MooseX-MungeHas
5
PORTVERSION=	0.011
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	perl@FreeBSD.org
11
COMMENT=	Munge your "has" (works with Moo, Moose and Mouse)
12
13
LICENSE=	ART10 GPLv1+
14
LICENSE_COMB=	dual
15
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
BUILD_DEPENDS=	${RUN_DEPENDS}
18
RUN_DEPENDS=	p5-Moose>=1.10:devel/p5-Moose
19
20
USES=		perl5
21
USE_PERL5=	configure
22
23
NO_ARCH=	yes
24
25
.include <bsd.port.mk>
(-)devel/p5-MooseX-MungeHas/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1553517622
2
SHA256 (MooseX-MungeHas-0.011.tar.gz) = 863bc8e9049f2c06f0af15fa4b413f287be2c0821d1981661803ceae36d06495
3
SIZE (MooseX-MungeHas-0.011.tar.gz) = 23927
(-)devel/p5-MooseX-MungeHas/pkg-descr (+6 lines)
Line 0 Link Here
1
MooseX::MungeHas alters the behaviour of the attributes of your Moo,
2
Moose or Mouse based class.
3
It manages to support all three because it doesn't attempt to do
4
anything smart with metathingies; it simply installs a wrapper for has
5
that munges the attribute specification hash before passing it on to the
6
original has function.
(-)devel/p5-MooseX-MungeHas/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/MooseX/MungeHas.pm
2
%%PERL5_MAN3%%/MooseX::MungeHas.3.gz

Return to bug 237109