0982effce2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
15 lines
496 B
Makefile
15 lines
496 B
Makefile
# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:45 wiz Exp $
|
|
|
|
PKGNAME= ${DISTNAME:C/-/92-/}
|
|
PKGREVISION= 1
|
|
COMMENT= Robust, next generation, object-relational DBMS
|
|
|
|
DEPENDS+= postgresql92-client>=${PKGVERSION_NOREV}:../../databases/postgresql92-client
|
|
DEPENDS+= postgresql92-docs>=${PKGVERSION_NOREV}:../../databases/postgresql92-docs
|
|
DEPENDS+= postgresql92-server>=${PKGVERSION_NOREV}:../../databases/postgresql92-server
|
|
|
|
META_PACKAGE= yes
|
|
|
|
.include "Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|