diff options
Diffstat (limited to 'dns/p5-DNS-Ldns/Makefile')
-rw-r--r-- | dns/p5-DNS-Ldns/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/p5-DNS-Ldns/Makefile b/dns/p5-DNS-Ldns/Makefile new file mode 100644 index 000000000000..fcd481c45805 --- /dev/null +++ b/dns/p5-DNS-Ldns/Makefile @@ -0,0 +1,11 @@ +# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl> +# $FreeBSD$ + +MASTERDIR= ${.CURDIR}/../../dns/ldns + +BUILD_P5PERL=yes + +PLIST= ${.CURDIR}/pkg-plist + +NO_STAGE= yes +.include "${MASTERDIR}/Makefile" |