mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
24 lines
556 B
Makefile
24 lines
556 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= egypt
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://www.gson.org/egypt/download/ CENKES
|
|
|
|
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_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist \
|
|
man/man1/egypt.1.gz
|
|
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|