bb544c8fdb
Sponsored by: Netzkommune GmbH
15 lines
281 B
Makefile
15 lines
281 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
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|