7018a8419a
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>
22 lines
398 B
Makefile
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>
|