summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-Singleton/Makefile
blob: eb2e6ab8c9215f6c3616c4937bd0cd669d3820a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	MooseX-Singleton
# Date created:	   04 Jun 2008
# Whom:		   Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=	MooseX-Singleton
PORTVERSION=	0.13
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skv@FreeBSD.org
COMMENT=	Turn Moose class into a singleton

BUILD_DEPENDS=	p5-Moose>=0.63:${PORTSDIR}/devel/p5-Moose
RUN_DEPENDS=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		MooseX::Singleton.3 MooseX::Singleton::Meta::Class.3 \
		MooseX::Singleton::Meta::Instance.3 MooseX::Singleton::Object.3

.include <bsd.port.mk>