diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-15 18:37:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-15 18:37:06 +0000 |
commit | 130db4abf85db9a88ea34a6e46da3aca60feb233 (patch) | |
tree | 5892ea3611838af08d6109f5fe967b9de906639e /security/afterglow | |
parent | ae41dd3ad0613773acc020106b3e6a611db80882 (diff) | |
download | ports-130db4abf85db9a88ea34a6e46da3aca60feb233.tar.gz ports-130db4abf85db9a88ea34a6e46da3aca60feb233.zip |
Notes
Diffstat (limited to 'security/afterglow')
-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} |