mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
29e4d0adb5
- Pass maintainership to submitter PR: ports/190236 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
20 lines
341 B
Makefile
20 lines
341 B
Makefile
# Created by: Leo Kim <leo@florida.sarang.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= B-Graph
|
|
PORTVERSION= 0.51
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl Compiler backend to diagram OP trees
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|