freebsd-ports/devel/p5-B-Hooks-OP-Annotation/Makefile
Sunpoet Po-Chuan Hsieh 9ecd02fd16 - Add p5-B-Hooks-OP-Annotation 0.44
B::Hooks::OP::Annotation provides a way for XS code that hijacks OP op_ppaddr
functions to delegate to (or restore) the previous functions, whether assigned
by perl or by another module. Typically this should be used in conjunction with
B::Hooks::OP::Check.

WWW: http://search.cpan.org/dist/B-Hooks-OP-Annotation/
2011-08-16 09:00:17 +00:00

24 lines
588 B
Makefile

# New ports collection makefile for: p5-B-Hooks-OP-Annotation
# Date created: 2011-08-15
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= B-Hooks-OP-Annotation
PORTVERSION= 0.44
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Annotate and delegate hooked OPs
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.304:${PORTSDIR}/devel/p5-ExtUtils-Depends
RUN_DEPENDS= p5-ExtUtils-Depends>=0.304:${PORTSDIR}/devel/p5-ExtUtils-Depends
PERL_CONFIGURE= yes
MAN3= B::Hooks::OP::Annotation.3
.include <bsd.port.mk>