mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
b5b817c636
Sponsored by: Netzkommune GmbH
17 lines
266 B
Makefile
17 lines
266 B
Makefile
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DB
|
|
PORTVERSION= 1.10.0
|
|
PORTEPOCH= 1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR Database Abstraction Layer
|
|
|
|
LICENSE= PHP301
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|