blob: 1cc1e1fa04cdb189e3089506f6f1943d27eb43d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Created by: Alex Dupre <ale@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php55
PKGNAMESUFFIX= -pdo_sqlite
.include "${MASTERDIR}/Makefile"
|