ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/p5-Eval-Closure/Makefile
Revision: 23743
Committed: Sat Aug 18 17:27:17 2018 UTC (5 years, 8 months ago) by laffer1
Content type: text/plain
File size: 594 byte(s)
Log Message:
add p5-Eval-Closure

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= Eval-Closure
4 PORTVERSION= 0.14
5 CATEGORIES= devel perl5
6 MASTER_SITES= CPAN
7 MASTER_SITE_SUBDIR= CPAN:DOY
8 PKGNAMEPREFIX= p5-
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Safely and cleanly create closures via string eval
12
13 LICENSE= artistic gpl
14 LICENSE_COMB= dual
15
16 BUILD_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny
17 RUN_DEPENDS:= ${BUILD_DEPENDS}
18 TEST_DEPENDS= p5-Devel-LexAlias>=0.05:devel/p5-Devel-LexAlias \
19 p5-Test-Fatal>=0:devel/p5-Test-Fatal \
20 p5-Test-Requires>=0:devel/p5-Test-Requires
21
22 USES= perl5
23 USE_PERL5= configure
24 PERL_CONFIGURE= yes
25
26 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain