Tweak audio/esperanza version 0.4.0.20091017_2
[dports.git] / devel / egypt / Makefile
1 # Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       egypt
5 PORTVERSION=    1.10
6 PORTREVISION=   1
7 CATEGORIES=     devel perl5
8 MASTER_SITES=   http://www.gson.org/egypt/download/ CENKES
9
10 MAINTAINER=     culot@FreeBSD.org
11 COMMENT=        Create call graphs of C programs
12
13 LICENSE=        ART10 GPLv1
14 LICENSE_COMB=   dual
15
16 USES=           perl5 shebangfix
17 USE_PERL5=      configure
18 SHEBANG_FILES=  egypt
19
20 PLIST_FILES=    bin/${PORTNAME} man/man1/egypt.1.gz
21
22 .include <bsd.port.mk>