freebsd-ports/devel/p5-Eval-Context/Makefile
Sunpoet Po-Chuan Hsieh c90a35e9c1 - Fix *_DEPENDS: version 0.50+ is already in all supported Perl releases
- Add LICENSE [1]
- Bump PORTREVISION for dependency change

Approved by:	portmgr (blanket) [1]
With hat:	perl
2015-03-21 17:17:29 +00:00

37 lines
1.3 KiB
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= Eval-Context
PORTVERSION= 0.09.11
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:NKH
PKGNAMEPREFIX= p5-
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Evaluate Perl code in context wrapper
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \
p5-Package-Generator>=0:${PORTSDIR}/devel/p5-Package-Generator \
p5-Test-Spelling>=0:${PORTSDIR}/devel/p5-Test-Spelling \
p5-Test-Block>=0:${PORTSDIR}/devel/p5-Test-Block \
p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings \
p5-Test-Distribution>=0:${PORTSDIR}/devel/p5-Test-Distribution \
p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \
p5-Test-Strict>=0:${PORTSDIR}/devel/p5-Test-Strict \
p5-Directory-Scratch-Structured>=0:${PORTSDIR}/devel/p5-Directory-Scratch-Structured \
p5-Data-TreeDumper>=0:${PORTSDIR}/devel/p5-Data-TreeDumper \
p5-Data-Compare>=0:${PORTSDIR}/devel/p5-Data-Compare \
p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>