aboutsummaryrefslogtreecommitdiff
path: root/packages/yp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/yp/Makefile')
-rw-r--r--packages/yp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/yp/Makefile b/packages/yp/Makefile
new file mode 100644
index 000000000000..194ef32642c3
--- /dev/null
+++ b/packages/yp/Makefile
@@ -0,0 +1,8 @@
+WORLDPACKAGE= yp
+SUBPACKAGES= dbg dev lib man
+COMPAT_PKGS= dbg dev lib
+
+# YP requires bmake to rebuild the database.
+PKG_DEPS.yp+= bmake
+
+.include <bsd.pkg.mk>