forked from Lainports/freebsd-ports
- While I'm here, add USES=php Content of tarballs are unchanged (checked against [1]). => MDB2_Driver_pgsql-1.5.0b4.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB2_Driver_pgsql-1.5.0b4.tgz fetch: http://pear.php.net/get/MDB2_Driver_pgsql-1.5.0b4.tgz: size mismatch: expected 42404, actual 42757 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB2_Driver_pgsql-1.5.0b4.tgz [1] Approved by: portmgr (blanket)
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# Created by: Rong-En Fan <rafan@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MDB2_Driver_pgsql
|
|
DISTVERSION= 1.5.0b4
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= joneum@FreeBSD.org
|
|
COMMENT= PEAR pgsql MDB2 driver
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= pear-MDB2>=0:databases/pear-MDB2
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= pear php
|
|
USE_PHP= pgsql
|
|
|
|
.include <bsd.port.mk>
|