1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/databases/dbow/Makefile
Pav Lucistnik 66d6b88640 DBOW is a database compiler-compiler or front-end. It takes table
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>
2004-05-02 19:51:11 +00:00

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>