forked from Lainports/freebsd-ports
- Shebang fix
- Bump PORTREVISION PR: 200419 Submitted by: ohauer@
This commit is contained in:
parent
d7ae10daa7
commit
901c00a64e
1 changed files with 6 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= racktables
|
||||
DISTVERSION= 0.20.10
|
||||
PORTREVISION= 1
|
||||
CATEGORIES?= sysutils www
|
||||
MASTER_SITES= SF/${PORTNAME}/
|
||||
DISTNAME= RackTables-${DISTVERSION}
|
||||
|
|
@ -17,6 +18,11 @@ RACKHOME?= www/racktables
|
|||
|
||||
PORTEXAMPLES= init-sample-racks.sql syncdomain.php
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= gateways/*
|
||||
python_OLD_CMD= ${SETENV} python
|
||||
python_CMD= ${LOCALBASE}/bin/python2.7
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
USE_PHP= bcmath gd json mbstring mysql pdo_mysql session
|
||||
SUB_FILES= pkg-message
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue