From c5aed95a4e404bc25d3494c0cdad3b1a43a99644 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 5 Mar 2015 02:59:01 +0000 Subject: [PATCH] - Add LICENSE - Fix shebangs MFH: 2015Q1 --- www/swish++/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/www/swish++/Makefile b/www/swish++/Makefile index 3a5d2b5d627f..923c1d6e52d1 100644 --- a/www/swish++/Makefile +++ b/www/swish++/Makefile @@ -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}"