mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
17 lines
289 B
Makefile
17 lines
289 B
Makefile
PORTNAME= DB
|
|
PORTVERSION= 1.12.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR Database Abstraction Layer
|
|
WWW= https://pear.php.net/package/DB \
|
|
https://github.com/pear/DB/
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|