14 lines
248 B
Makefile
14 lines
248 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DB
|
|
PORTVERSION= 1.8.2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR Database Abstraction Layer
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|