mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
e6ab3ba661
By request of Gea-Suan Lin <gslin@gslin.org> - reset ports to ports@FreeBSD. Gea-Suan Lin's work is much appreciated. Approved by: portmgr (implicit) (not really, skipping NO_STAGE check)
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlitemanager
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= databases www
|
|
MASTER_SITES= SF
|
|
DISTNAME= SQLiteManager-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multilingual web based tool to manage SQLite database
|
|
|
|
DEFAULT_PHP_VER=53
|
|
IGNORE_WITH_PHP=5
|
|
NO_BUILD= yes
|
|
PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}"
|
|
USE_PHP= sqlite
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${WWWDIR}
|
|
${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR}
|
|
|
|
.include <bsd.port.mk>
|