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

Collapse All | Expand All

(-)devel/p5-MooX-Singleton/Makefile (+24 lines)
Line 0 Link Here
1
# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
2
# $FreeBSD$
3
4
PORTNAME=	MooX-Singleton
5
PORTVERSION=	1.20
6
CATEGORIES=	devel perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	perl@FreeBSD.org
11
COMMENT=	Turn your Moo class into singleton
12
13
LICENSE=	ART10 GPLv1+
14
LICENSE_COMB=	dual
15
16
BUILD_DEPENDS=	${RUN_DEPENDS}
17
RUN_DEPENDS=	p5-Moo>=0.009013:devel/p5-Moo
18
19
USES=		perl5
20
USE_PERL5=	configure
21
22
NO_ARCH=	yes
23
24
.include <bsd.port.mk>
(-)devel/p5-MooX-Singleton/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1553516707
2
SHA256 (MooX-Singleton-1.20.tar.gz) = f7d7626fffde98f85ec12c1ee26b01f139a4dddd2f453ea56c341df194e3210e
3
SIZE (MooX-Singleton-1.20.tar.gz) = 14420
(-)devel/p5-MooX-Singleton/pkg-descr (+4 lines)
Line 0 Link Here
1
Role::Tiny role that provides "instance" method turning
2
your object into singleton.
3
4
WWW: https://metacpan.org/pod/MooX::Singleton
(-)devel/p5-MooX-Singleton/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/MooX::Singleton.3.gz
2
%%SITE_PERL%%/MooX/Singleton.pm

Return to bug 237109