mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
648028d2ab
- Convert LIB_DEPENDS to new syntax dns/py-ldns - Add stage support [1] Reported by: mat [1]
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
MASTERDIR= ${.CURDIR}/../../dns/ldns
|
|
|
|
BUILD_PYLDNS=yes
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|