mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Add LICENSE
- Fix shebangs MFH: 2015Q1
This commit is contained in:
parent
ba3ec984e4
commit
c5aed95a4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380471
@ -3,16 +3,21 @@
|
||||
|
||||
PORTNAME= swish++
|
||||
PORTVERSION= 6.1.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= SF/swishplusplus/swishplusplus/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Simple Web Indexing System for Humans: C++ version
|
||||
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/Copying
|
||||
|
||||
RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget
|
||||
|
||||
USES= gmake perl5
|
||||
USES= gmake perl5 shebangfix
|
||||
SHEBANG_FILES= scripts/searchc.in scripts/splitmail.in scripts/httpindex.in
|
||||
perl_OLD_CMD= %%PERL%%
|
||||
MAKEFILE= GNUmakefile
|
||||
MAKE_ENV= PERL="${PERL}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user