mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
14 lines
265 B
Makefile
14 lines
265 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBA
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Berkely-style database abstraction class
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|