[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / databases / postgresql91

Annotation of pkgsrc/databases/postgresql91/Makefile, Revision 1.13

1.13    ! adam        1: # $NetBSD: Makefile,v 1.12 2016/03/05 11:28:13 jperkin Exp $
1.1       adam        2:
                      3: PKGNAME=       ${DISTNAME:C/-/91-/}
                      4: COMMENT=       Robust, next generation, object-relational DBMS
                      5:
                      6: DEPENDS+=      postgresql91-client>=${PKGVERSION_NOREV}:../../databases/postgresql91-client
                      7: DEPENDS+=      postgresql91-docs>=${PKGVERSION_NOREV}:../../databases/postgresql91-docs
                      8: DEPENDS+=      postgresql91-server>=${PKGVERSION_NOREV}:../../databases/postgresql91-server
                      9:
                     10: META_PACKAGE=  yes
                     11:
                     12: .include "Makefile.common"
                     13:
                     14: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>