summaryrefslogtreecommitdiff
path: root/devel/egypt/Makefile
blob: 1aeffc56ae31218c52dcc0910a97fb2f29a2b1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>

PORTNAME=	egypt
PORTVERSION=	1.10
PORTREVISION=	1
CATEGORIES=	devel perl5
MASTER_SITES=	http://www.gson.org/egypt/download/

MAINTAINER=	culot@FreeBSD.org
COMMENT=	Create call graphs of C programs

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

USES=		perl5 shebangfix
USE_PERL5=	configure
SHEBANG_FILES=	egypt

PLIST_FILES=	bin/${PORTNAME} ${SITE_MAN1}/egypt.1.gz

.include <bsd.port.mk>