fc373ceed2
Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
14 lines
250 B
Makefile
14 lines
250 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DB
|
|
PORTVERSION= 1.9.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR Database Abstraction Layer
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|