mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
80b673574d
- Pet Portlint Sponsored by: Netzkommune GmbH
18 lines
292 B
Makefile
18 lines
292 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBA_Relational
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= Berkely-style database abstraction class
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= pear
|
|
|
|
PORTSCOUT= skipv:0.19
|
|
|
|
.include <bsd.port.mk>
|