freebsd-ports/devel/p5-B-OPCheck/Makefile
Martin Wilke 7018a8419a PL_check is an array indexed by opcode number (op_type) that contains
function pointers invoked as the last stage of optree compilation,
per op.

WWW:	http://search.cpan.org/dist/B-OPCheck/

PR:		ports/132531
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-03-11 16:53:26 +00:00

22 lines
398 B
Makefile

# New ports collection makefile for: p5-B-OPCheck
# Date created: 2009-03-11
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= B-OPCheck
PORTVERSION= 0.27
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= B
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= PL_check hacks using Perl callbacks
PERL_CONFIGURE= yes
MAN3= B::OPCheck.3
.include <bsd.port.mk>