1
0
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:
Dmitry Marakasov 2015-03-05 02:59:01 +00:00
parent ba3ec984e4
commit c5aed95a4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380471

View File

@ -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}"