- Add LICENSE
- Fix shebangs - Add NO_ARCH MFH: 2015Q2
This commit is contained in:
parent
ca76221d98
commit
02179f666c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389187
1 changed files with 7 additions and 1 deletions
|
@ -2,17 +2,23 @@
|
|||
|
||||
PORTNAME= prosearch
|
||||
PORTVERSION= 0.19.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net www
|
||||
MASTER_SITES= http://pro.setun.net/search/download/ SF/pro-search/pro-search/${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Powerful file search
|
||||
|
||||
USES= perl5 tar:bzip2
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= perl5 shebangfix tar:bzip2
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= crawler.pl web/index.cgi web/index.fcgi
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= SEARCHDIR=${SEARCHDIR}
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
SEARCHDIR?= www/search
|
||||
PLIST_SUB+= SEARCHDIR=${SEARCHDIR} WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue