2000-08-01 16:06:30 +02:00
|
|
|
# New ports collection makefile for: p5-B-Graph
|
|
|
|
# Date created: 24-Jul-2000
|
|
|
|
# Whom: Leo Kim <leo@florida.sarang.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= B-Graph
|
2001-01-10 02:06:30 +01:00
|
|
|
PORTVERSION= 0.51
|
2000-08-01 16:06:30 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR=B
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-02-12 00:54:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= Perl Compiler backend to diagram OP trees
|
2000-08-01 16:06:30 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= yes
|
2000-08-01 16:06:30 +02:00
|
|
|
MAN3= B::Graph.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|