Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison Makefile @ 161:676a8d63d486
FIX: Do not build the "pypy3" flavor any more because it now always included in PyPy3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 03 Oct 2022 11:39:56 +0200 |
| parents | ea61ffe99c1a |
| children | 3ee5ec96e732 |
comparison
equal
deleted
inserted
replaced
| 160:ea61ffe99c1a | 161:676a8d63d486 |
|---|---|
| 1 # Created by: David Naylor <dbn@FreeBSD.org> | 1 # Created by: David Naylor <dbn@FreeBSD.org> |
| 2 | 2 |
| 3 PORTNAME= gdbm | 3 PORTNAME= gdbm |
| 4 PORTREVISION= 1 | |
| 5 CATEGORIES= databases python | 4 CATEGORIES= databases python |
| 6 | 5 |
| 7 MAINTAINER= python@FreeBSD.org | 6 MAINTAINER= python@FreeBSD.org |
| 8 COMMENT= PyPy bindings to the GNU dbm library | 7 COMMENT= PyPy bindings to the GNU dbm library |
| 9 | 8 |
| 12 LIB_DEPENDS= libgdbm.so:databases/gdbm | 11 LIB_DEPENDS= libgdbm.so:databases/gdbm |
| 13 | 12 |
| 14 CFFI_NAME= ffi | 13 CFFI_NAME= ffi |
| 15 | 14 |
| 16 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" | 15 .include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" |
| 16 | |
| 17 pypy3_IGNORE= pypy3-gdbm is now always included in pypy3 | |
| 18 | |
| 17 .include <bsd.port.mk> | 19 .include <bsd.port.mk> |
