# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # unbound-python # unbound-python/Makefile # echo c - unbound-python mkdir -p unbound-python > /dev/null 2>&1 echo x - unbound-python/Makefile sed 's/^X//' >unbound-python/Makefile << 'ae1dfc58515bfcf3a364660ee1eff523' X# Created by: Vidar Karlsen X# $FreeBSD$ X XPKGNAMESUFFIX+= -python X XMAINTAINER= vidar@karlsen.tech XCOMMENT= Validating, recursive, and caching DNS resolver (python pkg) X XOPTIONS_SLAVE= PYTHON X XMASTERDIR= ${.CURDIR}/../unbound X X.include "${MASTERDIR}/Makefile" ae1dfc58515bfcf3a364660ee1eff523 exit