447a4fa157
- Add NO_ARCH - Bump PORTREVISION for dependency change
21 lines
386 B
Makefile
21 lines
386 B
Makefile
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
|
|
|
PORTNAME= DBA_Relational
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Berkely-style database abstraction class
|
|
|
|
LICENSE= LGPL3
|
|
|
|
RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}DBA>=0:databases/pear-DBA@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
|
|
NO_ARCH= yes
|
|
|
|
PORTSCOUT= skipv:0.19
|
|
|
|
.include <bsd.port.mk>
|