1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/databases/mysql-editor/Makefile
Ion-Mihai Tetcu 1115ef7a9a make fetchable
PR:		ports/104639
Submitted by:	Thomas Abthorpe
Approved by:	maintainer time-out
2006-11-10 18:36:28 +00:00

46 lines
1.3 KiB
Makefile

# New ports collection makefile for: mysql-editor
# Date created: Mar 14, 2000
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= mysql-editor
PORTVERSION= 0.2
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_MYSQL}
MASTER_SITE_SUBDIR=Contrib/Old-Versions
DISTNAME= ${PORTNAME}
MAINTAINER= mi@aldan.algebra.com
COMMENT= CGI scripts in Perl to edit your MySQL tables
RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT}
NO_BUILD= True
APACHE_COMPAT= True
CGI_BIN= ${LOCALBASE}/www/cgi-bin
do-install:
${MKDIR} ${CGI_BIN}/mysql-editor
${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${CGI_BIN}/mysql-editor/
${INSTALL_DATA} ${WRKSRC}/index.html ${CGI_BIN}/mysql-editor/
${INSTALL_DATA} ${WRKSRC}/dat.conf ${CGI_BIN}/mysql-editor/dat.conf.sample
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/mysql-editor
${INSTALL_DATA} ${WRKSRC}/readme.html ${PREFIX}/share/doc/mysql-editor
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
.else
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
.endif
.include <bsd.port.post.mk>