freebsd-ports/devel/p5-Class-Closure/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

21 lines
471 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= Class-Closure
PORTVERSION= 0.302
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Encapsulated, declarative classes in Perl
BUILD_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker \
p5-Devel-Caller>=0:devel/p5-Devel-Caller \
p5-Sentinel>=0:devel/p5-Sentinel
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>