mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
17 lines
327 B
Makefile
17 lines
327 B
Makefile
PORTNAME= egypt
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://www.gson.org/egypt/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Create call graphs of C programs
|
|
|
|
|
|
USES= perl5 shebangfix
|
|
USE_PERL5= configure
|
|
SHEBANG_FILES= egypt
|
|
|
|
PLIST_FILES= bin/${PORTNAME} ${SITE_MAN1}/egypt.1.gz
|
|
|
|
.include <bsd.port.mk>
|