Remove Perl core modules
- While I'm here, pet check-sanity: use USES=mysql and USES=php:web - Bump PORTREVISION for dependency change With hat: perl
This commit is contained in:
parent
76f897bcb5
commit
7c49f27c93
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444802
1 changed files with 3 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= tinderbox
|
||||
PORTVERSION= 4.2.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= ports-mgmt
|
||||
MASTER_SITES= http://tinderbox.marcuscom.com/
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
@ -49,7 +49,7 @@ WEBUI= yes
|
|||
.endif
|
||||
|
||||
.if defined(WEBUI)
|
||||
WANT_PHP_WEB= yes
|
||||
USES+= php:web
|
||||
USE_PHP= session
|
||||
PLIST_SUB+= WEBUI=""
|
||||
.else
|
||||
|
@ -68,7 +68,7 @@ RUN_DEPENDS+= p5-DBD-Pg>=0:databases/p5-DBD-Pg
|
|||
.if defined(WEBUI)
|
||||
USE_PHP+= mysql pdo_mysql
|
||||
.endif
|
||||
USE_MYSQL= yes
|
||||
USES+= mysql
|
||||
RUN_DEPENDS+= p5-DBD-mysql>=0:databases/p5-DBD-mysql
|
||||
.endif
|
||||
|
||||
|
@ -89,10 +89,6 @@ RUN_DEPENDS+= hiawatha:www/hiawatha
|
|||
RUN_DEPENDS+= nginx:www/nginx
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MEMAILS}
|
||||
RUN_DEPENDS+= p5-Net>=0:net/p5-Net
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MLSOF}
|
||||
RUN_DEPENDS+= lsof:sysutils/lsof
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue