summaryrefslogtreecommitdiff
path: root/databases/pear-DB/Makefile
blob: a46367e48dde05b02c84a33c723509933548bf7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>