cb41fc6623
Sponsored by: Absolight
27 lines
670 B
Makefile
27 lines
670 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Variable-Eject
|
|
PORTVERSION= 0.02
|
|
PORTREVISION= 1
|
|
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>
|