diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 02:37:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-16 02:37:06 +0800 |
commit | 0bf16915efada2a4226c27e2f5707b1bea7c6af0 (patch) | |
tree | 5892ea3611838af08d6109f5fe967b9de906639e /security | |
parent | 5f405e9280fc382b645febad59a6ae4022a63a9c (diff) | |
download | freebsd-ports-gnome-0bf16915efada2a4226c27e2f5707b1bea7c6af0.tar.gz freebsd-ports-gnome-0bf16915efada2a4226c27e2f5707b1bea7c6af0.tar.zst freebsd-ports-gnome-0bf16915efada2a4226c27e2f5707b1bea7c6af0.zip |
- Add LICENSE_FILE
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/afterglow/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/security/afterglow/Makefile b/security/afterglow/Makefile index 3c64b27faec3..1da4e34500d1 100644 --- a/security/afterglow/Makefile +++ b/security/afterglow/Makefile @@ -3,21 +3,31 @@ PORTNAME= afterglow PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= security graphics net-mgmt MASTER_SITES= SF/${PORTNAME}/AfterGlow%201.x/${PORTVERSION} MAINTAINER= bofh@FreeBSD.org COMMENT= Collection of graph-generating scripts -LICENSE= GPLv2 +LICENSE= GPLv2 # or later +LICENSE_FILE= ${WRKSRC}/GPL RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ p5-Text-CSV>=0:${PORTSDIR}/textproc/p5-Text-CSV \ p5-Crypt-Rijndael>=0:${PORTSDIR}/security/p5-Crypt-Rijndael \ p5-IP-Anonymous>=0:${PORTSDIR}/net/p5-IP-Anonymous +USES= shebangfix +SHEBANG_FILES= data/generate.pl \ + src/perl/charts/*.pl \ + src/perl/graph/afterglow.pl \ + src/perl/loganalysis/*.pl \ + src/perl/loganalysis/*.sh \ + src/perl/parsers/*.pl PORTSCOUT= skipv:2.0 NO_BUILD= yes +NO_ARCH= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |