blob: 4d6461ec100d7a82630e5f5ab662416458bb2ee6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: php5-pdo_pgsql
# Date created: 7 Feb 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php5
PKGNAMESUFFIX= -pdo_pgsql
.include "${MASTERDIR}/Makefile"
|