freebsd-ports/devel/p5-autobox/Makefile
Mathieu Arnold 73379041a1 Update to 2.84. (Fix with Perl 5.25+)
With hat:	perl@
Sponsored by:	Absolight
2016-11-28 14:21:56 +00:00

20 lines
425 B
Makefile

# Created by: Bill Brinzer <bill.brinzer@gmail.com>
# $FreeBSD$
PORTNAME= autobox
PORTVERSION= 2.84
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHOCOLATE
PKGNAMEPREFIX= p5-
MAINTAINER= bill.brinzer@gmail.com
COMMENT= Call methods on native Perl types
BUILD_DEPENDS= p5-Scope-Guard>=0.20:devel/p5-Scope-Guard
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>