15 lines
253 B
Makefile
15 lines
253 B
Makefile
PORTNAME= DBA
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Berkely-style database abstraction class
|
|
WWW= https://pear.php.net/package/DBA
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|