freebsd-ports/devel/p5-Lexical-Persistence/Makefile
2021-04-06 16:31:07 +02:00

25 lines
548 B
Makefile

# Created by: Aaron Dalton <aaron@FreeBSD.org>
PORTNAME= Lexical-Persistence
PORTVERSION= 1.023
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Persistent lexical variable values for arbitrary calls
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Devel-LexAlias>=0.04:devel/p5-Devel-LexAlias \
p5-PadWalker>=1.1:devel/p5-PadWalker
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>