freebsd-ports/devel/p5-B-Hooks-OP-Check/Makefile
Mark Linimon f61aa69467 With portmgr hat on, reset the maintainership of skv@ for ports that
he has had one or more maintainer-timeouts on in the past 12 months.
2010-01-10 03:54:09 +00:00

25 lines
604 B
Makefile

# New ports collection makefile for: B-Hooks-OP-Check
# Date created: 11 Nov 2008
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= B-Hooks-OP-Check
PORTVERSION= 0.18
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Wrap OP check callbacks
BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends \
${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS= ${SITE_PERL}/parent.pm:${PORTSDIR}/devel/p5-parent
PERL_CONFIGURE= 5.8.1+
MAN3= B::Hooks::OP::Check.3
.include <bsd.port.mk>