mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3392c71080
namespace. PR: ports/180301 Submitted by: Anes Mukhametov <anes@anes.su>
27 lines
725 B
Makefile
27 lines
725 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Variable-Eject
|
|
PORTVERSION= 0.02
|
|
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:${PORTSDIR}/devel/p5-Lexical-Alias \
|
|
p5-Devel-Declare>=0.005011:${PORTSDIR}/devel/p5-Devel-Declare \
|
|
p5-uni-perl>=0.03:${PORTSDIR}/devel/p5-uni-perl
|
|
RUN_DEPENDS= p5-Lexical-Alias>=0.04:${PORTSDIR}/devel/p5-Lexical-Alias \
|
|
p5-Devel-Declare>=0.005011:${PORTSDIR}/devel/p5-Devel-Declare \
|
|
p5-uni-perl>=0.03:${PORTSDIR}/devel/p5-uni-perl
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|