mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
66d6b88640
definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL. WWW: http://dbow.sf.net/ PR: ports/66112 Submitted by: Dermot Tynan <dtynan@kalopa.com>
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# New ports collection makefile for: dbow
|
|
# Date created: 24 March 2004
|
|
# Whom: Dermot Tynan <dtynan@kalopa.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbow
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= databases devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= dbow
|
|
|
|
MAINTAINER= dtynan@kalopa.com
|
|
COMMENT= DBOW is a database object generator for C, Perl, PHP, etc
|
|
|
|
USE_MYSQL= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|example||' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|