freebsd-ports/devel/p5-Variable-Eject/Makefile
Mathieu Arnold 3392c71080 Add p5-Variable-Eject 0.02, eject variables from hash to current
namespace.

PR:		ports/180301
Submitted by:	Anes Mukhametov <anes@anes.su>
2013-11-15 16:37:49 +00:00

26 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>