mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
23 lines
473 B
Makefile
23 lines
473 B
Makefile
# 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= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR=B
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= leo@florida.sarang.net
|
|
COMMENT= Perl Compiler backend to diagram OP trees
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAN3= B::Graph.3
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|