freebsd-ports/devel/p5-B-Hooks-OP-Check/Makefile
Sunpoet Po-Chuan Hsieh 47c9b181e8 - Cleanup Makefile header
- Remove outdated PERL_LEVEL check
- Reformat pkg-descr
2013-02-01 12:09:29 +00:00

19 lines
389 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= B-Hooks-OP-Check
PORTVERSION= 0.19
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrap OP check callbacks
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
PERL_CONFIGURE= yes
MAN3= B::Hooks::OP::Check.3
.include <bsd.port.mk>