2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2009-03-11 17:53:26 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= B-OPCheck
|
2010-07-09 22:53:25 +02:00
|
|
|
PORTVERSION= 0.29
|
2015-03-13 00:00:02 +01:00
|
|
|
PORTREVISION= 2
|
2009-03-11 17:53:26 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-07-09 22:53:25 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-03-11 17:53:26 +01:00
|
|
|
COMMENT= PL_check hacks using Perl callbacks
|
|
|
|
|
2010-07-09 22:53:25 +02:00
|
|
|
RUN_DEPENDS= p5-B-Utils>=0:${PORTSDIR}/devel/p5-B-Utils \
|
2015-03-13 00:00:02 +01:00
|
|
|
p5-Scope-Guard>=0:${PORTSDIR}/devel/p5-Scope-Guard
|
2010-07-09 22:53:25 +02:00
|
|
|
BUILD_DEPENDS:= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
|
|
${RUN_DEPENDS}
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-03-11 17:53:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|