blob: 2aaefdaf09b06ce406f09b61d6ad570399b5c143 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2006/02/05 23:09:57 joerg Exp $
#
PKGREVISION= 1
PERDITION_COMMENT= PostgreSQL user database module
PERDITION_PKGNAME= postgresql
PERDITION_SKIP_DISABLE= pg
.include "../../mk/pgsql.buildlink3.mk"
.include "../perdition/Makefile.common"
|