forked from Lainports/opnsense-ports
14 lines
202 B
Makefile
14 lines
202 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= x
|
|
|
|
CONFLICTS_INSTALL=
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-pycryptodome
|
|
|
|
NAMESPACE= Cryptodome
|
|
|
|
pre-build:
|
|
@${TOUCH} ${WRKSRC}/.separate_namespace
|
|
|
|
.include "${MASTERDIR}/Makefile"
|