aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-B-Graph/Makefile
blob: 41138a2e6c2131a756fd3f0f1edaa39308323159 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	p5-B-Graph
# Date created:		24-Jul-2000
# Whom:			Leo Kim <leo@florida.sarang.net>
#
# $FreeBSD$
#

PORTNAME=	B-Graph
PORTVERSION=	0.51
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Perl Compiler backend to diagram OP trees

USES=		perl5
USE_PERL5=	configure
MAN3=		B::Graph.3

.include <bsd.port.mk>