20 lines
455 B
Makefile
20 lines
455 B
Makefile
# 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>
|