ports/devel/p5-Variable-Eject/Makefile
Gian-Simon Purkert d8a68041dd devel/p5-Variable-Eject: update to 0.04
Changelog: https://metacpan.org/release/MONS/Variable-Eject-0.04/source/Changes

PR:		259305
Approved by:	anes@anes.su (maintainer timeout, 2 months)
2021-12-21 11:46:26 +09:00

25 lines
642 B
Makefile

# Created by: Anes Mukhametov <anes@anes.su>
PORTNAME= Variable-Eject
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= anes@anes.su
COMMENT= Eject variables from hash to current namespace
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Lexical-Alias>=0.04:devel/p5-Lexical-Alias \
p5-Devel-Declare>=0.005011:devel/p5-Devel-Declare \
p5-uni-perl>=0.03:devel/p5-uni-perl
RUN_DEPENDS= p5-Lexical-Alias>=0.04:devel/p5-Lexical-Alias \
p5-Devel-Declare>=0.005011:devel/p5-Devel-Declare \
p5-uni-perl>=0.03:devel/p5-uni-perl
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>