freebsd-ports/databases/sqlitemanager/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

23 lines
492 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= gslin@gslin.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>