8b461858ef
- Bump PORTREVISION for package change PR: 272927 Reported by: Joel Rodriguez <joel@tahoestores.com> Obtained from: https://github.com/pear/MDB2/commit/ee0563d1ac6ed2694c48701e24ed7c352edb6639
18 lines
301 B
Makefile
18 lines
301 B
Makefile
PORTNAME= MDB2
|
|
DISTVERSION= 2.5.0b5
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= PEAR database abstraction layer
|
|
WWW= https://pear.php.net/package/MDB2
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|