Date: Sun, 1 Sep 2013 16:45:59 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325874 - head/devel/egypt Message-ID: <201309011645.r81Gjx4f032249@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Sun Sep 1 16:45:59 2013 New Revision: 325874 URL: http://svnweb.freebsd.org/changeset/ports/325874 Log: - Resolve of using USE_PERL5_RUN and PERL_CONFIGURE together - Convert to new perl5 framework - Trim Makefile header - Use shebangfix for runable file With hat: perl@ Modified: head/devel/egypt/Makefile (contents, props changed) Modified: head/devel/egypt/Makefile ============================================================================== --- head/devel/egypt/Makefile Sun Sep 1 16:44:50 2013 (r325873) +++ head/devel/egypt/Makefile Sun Sep 1 16:45:59 2013 (r325874) @@ -1,9 +1,5 @@ -# New ports collection makefile for: egypt -# Date created: 21 April 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= egypt PORTVERSION= 1.10 @@ -16,8 +12,10 @@ COMMENT= Create call graphs of C program LICENSE= ART10 GPLv1 LICENSE_COMB= dual -USE_PERL5_RUN= yes -PERL_CONFIGURE= yes +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= egypt + MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}/.packlist PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/${PORTNAME}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309011645.r81Gjx4f032249>