mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
366c316847
See https://github.com/Legrandin/pycryptodome/blob/v3.6.1/setup.py#L39-L48 PR: 225217 Reported by: John W. O'Brien <john@saltant.com> (maintainer)
15 lines
202 B
Makefile
15 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= x
|
|
|
|
CONFLICTS_INSTALL=
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pycryptodome
|
|
|
|
NAMESPACE= Cryptodome
|
|
|
|
pre-build:
|
|
@${TOUCH} ${WRKSRC}/.separate_namespace
|
|
|
|
.include "${MASTERDIR}/Makefile"
|