mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
47d55bc233
PR: ports/179812 Submitted by: mat Approved by: maintainer
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"
|