aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Closure/Makefile
blob: d762db3b1a2ee651590639af9e639efc457d6c92 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Anton Berezin <tobez@FreeBSD.org>

PORTNAME=	Class-Closure
PORTVERSION=	0.302
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Encapsulated, declarative classes in Perl

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-PadWalker>=0:devel/p5-PadWalker \
		p5-Devel-Caller>=0:devel/p5-Devel-Caller \
		p5-Sentinel>=0:devel/p5-Sentinel

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>