summaryrefslogtreecommitdiff
path: root/databases/mysql-editor/Makefile
blob: 6964d9a1df5a1f1999f448519132bdc561a34cab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 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=	http://sorry.vse.cz/~xzemt02/mysql/ \
		http://www.mysql.com/Contrib/
DISTNAME=	${PORTNAME}

MAINTAINER=	mi@aldan.algebra.com
COMMENT=	CGI scripts in Perl to edit your MySQL tables

RUN_DEPENDS=	${CGI_BIN}:${PORTSDIR}/www/apache13

NO_BUILD=	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>