diff options
author | az <az@FreeBSD.org> | 2013-09-02 00:45:59 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-02 00:45:59 +0800 |
commit | cca4a852824c88fdeb6493f36f49c750328c295e (patch) | |
tree | fad8933def92faf7b2299804b26c81b93ff81739 | |
parent | 3c1767f2a29882acb6edac263fec49070b9a9954 (diff) | |
download | freebsd-ports-gnome-cca4a852824c88fdeb6493f36f49c750328c295e.tar.gz freebsd-ports-gnome-cca4a852824c88fdeb6493f36f49c750328c295e.tar.zst freebsd-ports-gnome-cca4a852824c88fdeb6493f36f49c750328c295e.zip |
- 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@
-rw-r--r-- | devel/egypt/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/egypt/Makefile b/devel/egypt/Makefile index 9d083dbd9960..4a7f80a59e36 100644 --- a/devel/egypt/Makefile +++ b/devel/egypt/Makefile @@ -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 programs 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} |